COBOL Programming :: RE: COBOL Programming Sandpit?
Author: Rohit Umarjikar Posted: Wed Apr 12, 2017 10:03 pm (GMT 5.5) Welcome!Practice here._________________Regards, Rohit Umarjikar"Knowledge is knowing that a tomato is a fruit, but Wisdom is knowing...
View ArticleDFSORT/ICETOOL :: RE: Sort Large record length
Author: Abid Hasan Subject: Re: Reply to: Sort Large record length Posted: Wed Apr 12, 2017 10:51 pm (GMT 5.5)Bill Woodger wrote:Tiny blocks, or tiny number of records in blocks. But it is illegal to...
View ArticleDFSORT/ICETOOL :: RE: Sort Large record length
Author: enrico-sorichetti Posted: Thu Apr 13, 2017 1:03 am (GMT 5.5) 15 seconds elapsed to sort 30000 fb 30013 records on a 2.8 ghz intel core i7 the run to create the datasetCode: 1...
View ArticleDFSORT/ICETOOL :: RE: Sort Large record length
Author: Rohit Umarjikar Posted: Thu Apr 13, 2017 1:20 am (GMT 5.5)Quote:on a 2.8 ghz intel core i7_________________Regards, Rohit Umarjikar"Knowledge is knowing that a tomato is a fruit, but Wisdom is...
View ArticleDFSORT/ICETOOL :: Validating file with multiple header/trailer
Author: mohitsaini Subject: Validating file with multiple header/trailer Posted: Thu Apr 13, 2017 1:53 am (GMT 5.5) Hi All, I have coded the below Sort step to validate file for header, trailer, and...
View ArticleDFSORT/ICETOOL :: RE: Validating file with multiple header/trailer
Author: Robert Sample Posted: Thu Apr 13, 2017 2:23 am (GMT 5.5)Quote:Can you please advise me how to modify the below sort card to throw error for multiple header/trailer. This cannot be done, period....
View ArticleDFSORT/ICETOOL :: RE: Validating file with multiple header/trailer
Author: mohitsaini Subject: Reply to: Validating file with multiple header/trailer Posted: Thu Apr 13, 2017 2:41 am (GMT 5.5) Apologies for using incorrect term. What I meant by error was JCL step...
View ArticleDFSORT/ICETOOL :: RE: Validating file with multiple header/trailer
Author: RahulG31 Subject: Reply to: Validating file with multiple header/trailer Posted: Thu Apr 13, 2017 3:36 am (GMT 5.5) It is always better to show sample data. What do you have...
View ArticleDFSORT/ICETOOL :: RE: Sort Large record length
Author: RahulG31 Subject: Reply to: Sort Large record length Posted: Thu Apr 13, 2017 3:52 am (GMT 5.5) cmsmoon, since you didn't even know whether it was 4 hrs or 9 hrs, that shows your research...
View ArticleDFSORT/ICETOOL :: RE: Validating file with multiple header/trailer
Author: Robert Sample Posted: Thu Apr 13, 2017 4:32 am (GMT 5.5)Quote:But when there are more than 1 header and trailer in the input then it doesn't workYou have been on this forum for almost 11 years...
View ArticleCICS :: RE: Asynchronous CICS Processing Question
Author: Rohit Umarjikar Posted: Thu Apr 13, 2017 10:08 pm (GMT 5.5) So the problem is with Vendor application which indirectly causing the whole trx slow down. is that what you are telling? I am not...
View ArticleIMS DB/DC :: RE: Need help in estimating space of unload file
Author: ashek15 Subject: Reply to: Need help in estimating space of unload file Posted: Thu Apr 13, 2017 10:40 pm (GMT 5.5) Thanks folks for sharing your inputs. I, however, further looked into it....
View ArticleIMS DB/DC :: RE: Need help in estimating space of unload file
Author: mucka Posted: Thu Apr 13, 2017 11:23 pm (GMT 5.5) What did you unload the DB with? Did you write a unload program, use an IMS unload utility, File-Aid for IMS/File Manager for IMS? Utilities...
View ArticleIMS DB/DC :: RE: Need help in estimating space of unload file
Author: enrico-sorichetti Subject: Reply to: Need help in estimating space of unload file Posted: Fri Apr 14, 2017 12:45 am (GMT 5.5) topic locked , getting nowhere trying to split the...
View ArticleTSO/ISPF :: after TBSARG: Row 370 from 1000
Author: Pedro Subject: after TBSARG: Row 370 from 1000 Posted: Fri Apr 14, 2017 2:32 am (GMT 5.5) If I display an ISPF table, it might say something like this in the upper right:Code:Row 1 to 24 of...
View ArticleDFSORT/ICETOOL :: RE: Validating file with multiple header/trailer
Author: Arun Raj Posted: Fri Apr 14, 2017 3:20 am (GMT 5.5) mohitsaini, For a single input data set condition, it seems like you are trying to generate RC=16 when there is either no header record, or...
View ArticleDFSORT/ICETOOL :: RE: Validating file with multiple header/trailer
Author: Rohit Umarjikar Posted: Fri Apr 14, 2017 4:29 am (GMT 5.5)Quote:But when there are more than 1 header and trailer in the input then it doesn't work. Of course it won't work as there is not way...
View ArticleMainframe Interview Questions :: The Last Two Question For You To Ask In An...
Author: CaptBill Subject: The Last Two Question For You To Ask In An Interview Posted: Fri Apr 14, 2017 5:42 am (GMT 5.5) In any job interview you should come prepared to ask questions of your...
View ArticleDFSORT/ICETOOL :: Group elements using ICETOOL
Author: Learncoholic Subject: Group elements using ICETOOL Posted: Fri Apr 14, 2017 11:01 am (GMT 5.5) Hi, I have the below comma delimited dataset. In spite of this being comma delimited, the fields...
View ArticleDFSORT/ICETOOL :: RE: Group elements using ICETOOL
Author: Bill Woodger Subject: Reply to: Group elements using ICETOOL Posted: Fri Apr 14, 2017 12:04 pm (GMT 5.5) WHEN=GROUP with KEYBEGIN, PUSH for the fields you want to propagate. OMIT COND= to get...
View Article