DFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: bhavana yalavarthi Posted: Fri Dec 09, 2016 3:56 pm (GMT 5.5) Hi through this HEX format you will be able to see X'25'.I want to split these ISA,GS,N1 segments based on delimiter X'25'.Record...
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: bhavana yalavarthi Posted: Fri Dec 09, 2016 4:13 pm (GMT 5.5) Hi all,I want to achieve this through SORT.So I can't use the cobol program for this.Can you please help me on...
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: Arun Raj Posted: Fri Dec 09, 2016 4:14 pm (GMT 5.5) So those were infact blanks, and what happened to them? And on a quick dirty read, your output does not seem to be consistent with the input....
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: bhavana yalavarthi Posted: Fri Dec 09, 2016 4:24 pm (GMT 5.5) There is no minimum or maximum data length.Just i want to have the ISA segment in one row and as follows.In the above code ST is...
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: bhavana yalavarthi Posted: Fri Dec 09, 2016 4:30 pm (GMT 5.5)Code:ISA*00*Â Â Â Â Â *00*Â Â Â Â Â *01*078769021Â Â Â *16*054481205CPICÂ *161111*0229*U*00301*000000061*0*P*~ The o/p will be like...
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: Arun Raj Posted: Fri Dec 09, 2016 4:37 pm (GMT 5.5) If you have trouble pasting the entire data, you can always show a smaller representative input, but then the output shown should be...
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: bhavana yalavarthi Posted: Fri Dec 09, 2016 4:46 pm (GMT 5.5) this is the i/pCode:ISA*00*Â Â Â Â Â *00*Â Â Â Â Â *01*078769021Â Â Â *16*054481205CPICÂ *161111*022...
View ArticleDFSORT/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 Article