All Other Mainframe Topics :: RE: Why develop for mainframe?
Author: Terry Heinze Posted: Fri Jul 22, 2016 12:08 am (GMT 5.5)Quote:I am not surprised somebody who makes tools for Mainframes is trying to promote Mainframes.The same thing crossed my mind....
View ArticleDB2 :: RE: Need help on a SQL query
Author: RahulG31 Subject: Reply to: Need help on a SQL query Posted: Fri Jul 22, 2016 12:10 am (GMT 5.5) It seems that an Org_id can have multiple status ACT and INACT (both at the same time) with...
View ArticleAll Other Mainframe Topics :: RE: Why develop for mainframe?
Author: RahulG31 Subject: Reply to: Why develop for mainframe? Posted: Fri Jul 22, 2016 12:38 am (GMT 5.5) It is funny how somebody shows/tells/represents the facts. See this question in the fact/pdf...
View ArticleDB2 :: RE: Need help on a SQL query
Author: Rohit Umarjikar Posted: Fri Jul 22, 2016 12:55 am (GMT 5.5) See if this works.Code:Select X.Cus_id, Y.Org_id, Y.Status From TableA X, TableB Y, TableC Z Where X.Status = 'ACT' AND...
View ArticleDB2 :: RE: Need help on a SQL query
Author: RahulG31 Subject: Reply to: Need help on a SQL query Posted: Fri Jul 22, 2016 1:02 am (GMT 5.5) How are you using id?Code: AND Y.id = Z.id
View ArticleDB2 :: RE: Need help on a SQL query
Author: Krishnadeva Reddy Subject: Reply to: Need help on a SQL query Posted: Fri Jul 22, 2016 1:16 am (GMT 5.5) Yes, I can use company code to say Company_cd = 'AG'. And yes 'Id" cannot be used as...
View ArticleDB2 :: RE: Need help on a SQL query
Author: RahulG31 Subject: Reply to: Need help on a SQL query Posted: Fri Jul 22, 2016 1:31 am (GMT 5.5) How much data do you have on the tables? I have to ask this as it's easier to do a NOT IN for...
View ArticleAll Other Mainframe Topics :: RE: Why develop for mainframe?
Author: Rohit Umarjikar Posted: Fri Jul 22, 2016 1:34 am (GMT 5.5) Do you still believe IBM will not offer better deals to their all vendors when they see people are shutting down the Mainframes and...
View ArticleAll Other Mainframe Topics :: RE: Why develop for mainframe?
Author: RahulG31 Subject: Reply to: Why develop for mainframe? Posted: Fri Jul 22, 2016 1:56 am (GMT 5.5) These are Not my facts, neither my forecasts. I am just reading what you posted.Quote:They will...
View ArticleAll Other Mainframe Topics :: RE: Why develop for mainframe?
Author: Rohit Umarjikar Posted: Fri Jul 22, 2016 2:17 am (GMT 5.5) What I posted is what I explained also, it is just that you don't still get my point of view of of why the pay is less and why would...
View ArticleDB2 :: RE: Need help on a SQL query
Author: Rohit Umarjikar Posted: Fri Jul 22, 2016 2:36 am (GMT 5.5)Quote:AND TABLE2.COMPANY_ID = 'AG' Isn't hardcoding for the given case? See, if this blows out Code:Select X.Cus_id, Y.Org_id, Y.Status...
View ArticleAll Other Mainframe Topics :: RE: Why develop for mainframe?
Author: Robert Sample Posted: Fri Jul 22, 2016 2:51 am (GMT 5.5) My opinion is that whether you think mainframes are going away or staying around forever, you will be able to find statistics to support...
View ArticleAll Other Mainframe Topics :: RE: Why develop for mainframe?
Author: RahulG31 Subject: Reply to: Why develop for mainframe? Posted: Fri Jul 22, 2016 3:12 am (GMT 5.5) I was only commenting on the article. It's the article which is forecasting the future of...
View ArticleDB2 :: RE: Need help on a SQL query
Author: RahulG31 Subject: Reply to: Need help on a SQL query Posted: Fri Jul 22, 2016 3:15 am (GMT 5.5) Yes, it's hardcoded and that is what the OP said:Quote:Yes, I can use company code to say...
View ArticleDB2 :: RE: Need help on a SQL query
Author: Rohit Umarjikar Posted: Fri Jul 22, 2016 3:24 am (GMT 5.5) I thought , TS represented the test data as it wouldn't work for others._________________Regards, Rohit Umarjikar"Some things Man was...
View ArticleAll Other Mainframe Topics :: RE: Why develop for mainframe?
Author: boyti ko Posted: Fri Jul 22, 2016 9:03 am (GMT 5.5) Hi, Just want to share that here in my country, I've known 3 banks already moving out of mainframe. But 1 of them failed in the middle of...
View ArticleDB2 :: RE: Need help on a SQL query
Author: Rohit Umarjikar Posted: Fri Jul 22, 2016 10:34 am (GMT 5.5) There needs a modification to my query, I shall post tomorrow but see if you can pick the idea and make it...
View ArticleJCL & VSAM :: RE: How to change dataset attributes of migrated dataset
Author: expat Posted: Fri Jul 22, 2016 12:05 pm (GMT 5.5) Or of course you could zap the HSM CDS, but not something I'd recommend unless you really do know what you're doing _________________Some...
View ArticleSYNCSORT :: Comparex utility to Syncsort conversion
Author: mistah kurtz Subject: Comparex utility to Syncsort conversion Posted: Fri Jul 22, 2016 1:53 pm (GMT 5.5) Hi, Currently I have a job which is using comparex utility for file...
View ArticleSYNCSORT :: RE: Comparex utility to Syncsort conversion
Author: Bill Woodger Subject: Reply to: Comparex utility to Syncsort conversion Posted: Fri Jul 22, 2016 3:13 pm (GMT 5.5) It is doing read-ahead. The options used should be visible or listed
View Article