DFSORT/ICETOOL :: RE: Removing Duplicates based on certain value of the records
Author: chandracdac Posted: Fri Dec 09, 2016 8:21 pm (GMT 5.5) Bill, yes. a1 might appear with other keys also and i want to keep the first of each key
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: zh_lad Subject: Reply to: Performing arithmetic on input field Posted: Fri Dec 09, 2016 8:34 pm (GMT 5.5) Sorry I couldn't pursue this as I was busy in work. I am on holiday for next week. I...
View ArticleDFSORT/ICETOOL :: RE: Removing Duplicates based on certain value of the records
Author: Bill Woodger Subject: Reply to: Removing Duplicates based on certain value of the records Posted: Fri Dec 09, 2016 8:35 pm (GMT 5.5) WHEN=GROUP with KEYBEGIN and PUSH a SEQ (make sure it is...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: Arun Raj Posted: Fri Dec 09, 2016 8:36 pm (GMT 5.5) Thanks and Wish you the same!_________________Arun...
View ArticleDFSORT/ICETOOL :: RE: Removing Duplicates based on certain value of the records
Author: Arun Raj Posted: Fri Dec 09, 2016 8:44 pm (GMT 5.5) And the assumption is that the input is already sorted on the key._________________Arun...
View ArticleDFSORT/ICETOOL :: RE: Removing Duplicates based on certain value of the records
Author: chandracdac Posted: Fri Dec 09, 2016 8:49 pm (GMT 5.5) No input is not sorted on the key. @Bill could you give me the sort card ?
View ArticleDFSORT/ICETOOL :: RE: Removing Duplicates based on certain value of the records
Author: Bill Woodger Subject: Reply to: Removing Duplicates based on certain value of the records Posted: Fri Dec 09, 2016 9:02 pm (GMT 5.5) If the input is not in key order, why did you show your...
View ArticleDFSORT/ICETOOL :: RE: Removing Duplicates based on certain value of the records
Author: chandracdac Posted: Fri Dec 09, 2016 9:29 pm (GMT 5.5) ok i will do my search for examples. Thank you for your tips
View ArticleJCL & VSAM :: TAPE VERIFY utility??
Author: MrExtraordinare Subject: TAPE VERIFY utility?? Posted: Fri Dec 09, 2016 10:57 pm (GMT 5.5) It's been so long since I've worked with IBM mainframe tapes. When I run a IEBGENER to copy a tape to...
View ArticleDFSORT/ICETOOL :: RE: Removing Duplicates based on certain value of the records
Author: chandracdac Subject: Final solution Posted: Fri Dec 09, 2016 11:07 pm (GMT 5.5) Ok so this is what i have done finally and i got my desired result: SELECT FROM(inputfile ) TO(outputfile1)-...
View ArticleJCL & VSAM :: RE: TAPE VERIFY utility??
Author: steve-myers Posted: Sat Dec 10, 2016 12:00 am (GMT 5.5) In order for anyone to evaluate this issue we need to see the job in its entirety. We do not need to see the job statement and you can...
View ArticleCA Products :: RAMIS
Author: luis_pr Subject: RAMIS Posted: Sat Dec 10, 2016 2:50 am (GMT 5.5) Just ran into someone who is still using RAMIS from CA. But he is not the original RAMIS User; he inherited a batch job that...
View ArticleJCL & VSAM :: RE: TAPE VERIFY utility??
Author: enrico-sorichetti Subject: Reply to: TAPE VERIFY utility?? Posted: Sat Dec 10, 2016 3:12 am (GMT 5.5)BEWARE ... BEST EFFORT AT GUESSINGIIRC depending on the DFSORT configurations options dfsort...
View ArticleJCL & VSAM :: RE: TAPE VERIFY utility??
Author: don.leahy Posted: Sat Dec 10, 2016 9:12 pm (GMT 5.5) Another guess: the abend could be coming from the tape management system that might be installed at your shop._________________"Let's work...
View ArticleJCL & VSAM :: RE: High CPU consumption Job using IAM files as input
Author: aswinir Subject: Reply to: High CPU consumption Job using IAM files as input Posted: Mon Dec 12, 2016 11:49 am (GMT 5.5) Thanks all. This was an existing program. I have sorted the input file...
View ArticleJCL & VSAM :: RE: High CPU consumption Job using IAM files as input
Author: Bill Woodger Subject: Reply to: High CPU consumption Job using IAM files as input Posted: Mon Dec 12, 2016 2:12 pm (GMT 5.5) That's the way to do it. I'd expect around 90% reduction in...
View ArticleJCL & VSAM :: RE: High CPU consumption Job using IAM files as input
Author: aswinir Posted: Mon Dec 12, 2016 2:16 pm (GMT 5.5) Yes that what I am doing. join on keys that i have to process and include only the record types that are needed.
View ArticleJCL & VSAM :: RE: High CPU consumption Job using IAM files as input
Author: Bill Woodger Subject: Reply to: High CPU consumption Job using IAM files as input Posted: Mon Dec 12, 2016 3:18 pm (GMT 5.5) To a KSDS and leaving the other program unchanged? Or you've changed...
View ArticleJCL & VSAM :: RE: High CPU consumption Job using IAM files as input
Author: aswinir Posted: Mon Dec 12, 2016 3:39 pm (GMT 5.5) Its only 1 program. 10m file is the driver file in which id is key record. each id record in parent file has 6 sub records in the 90m file....
View ArticleJCL & VSAM :: RE: High CPU consumption Job using IAM files as input
Author: Bill Woodger Subject: Reply to: High CPU consumption Job using IAM files as input Posted: Mon Dec 12, 2016 3:56 pm (GMT 5.5) That sounds about right, without knowing fuller details. Expect...
View Article