DFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: Nic Clouston Posted: Fri Dec 09, 2016 3:31 pm (GMT 5.5)Quote:Can you please provide me the solution atleast for FB files as of now.I await your response. You may wait a long time especially...
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: bhavana yalavarthi Posted: Fri Dec 09, 2016 3:33 pm (GMT 5.5) Hi the source data will itself be like this,which we will get by copying all the gdg versions into single o/p dataset,all the GDG...
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: Arun Raj Posted: Fri Dec 09, 2016 3:46 pm (GMT 5.5)Quote:No I am not removing the blanks.You are, at least in the example you showed above. I guess you meant "generations" and not "versions"....
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: bhavana yalavarthi Posted: Fri Dec 09, 2016 3:46 pm (GMT 5.5) Sorry Nic and Arun.I will wait for your response._________________Y.Bhavana
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: bhavana yalavarthi Posted: Fri Dec 09, 2016 3:48 pm (GMT 5.5) Yes they are generations.Ok can you please help me for FB datasets._________________Y.Bhavana
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: prino Posted: Fri Dec 09, 2016 3:49 pm (GMT 5.5)bhavana yalavarthi wrote:Hi the source data will itself be like this,which we will get by copying all the gdg versions into single o/p dataset....
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: Bill Woodger Subject: Reply to: Unwrap the data based on delimiter X'25' Posted: Fri Dec 09, 2016 3:50 pm (GMT 5.5) From the sample, we can't tell what is a space and what is an X'25'. Can you...
View ArticleDFSORT/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 ArticlePL/I & Assembler :: RE: I can not compile my program PL1 V3.R7.M0
Author: prino Posted: Wed Dec 07, 2016 3:26 pm (GMT 5.5) Let's guess, actually, let's be sure: You're running this job on a z/OS system under Hercules! Why don't you run with REGION=0M, after all...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: zh_lad Subject: Reply to: Performing arithmetic on input field Posted: Wed Dec 07, 2016 3:27 pm (GMT 5.5) Thanks Bill. I was expecting this reply. I have 2012 version of DFSORT Application...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: zh_lad Posted: Wed Dec 07, 2016 3:39 pm (GMT 5.5) fine I tried this.Code://STEP001 EXEC PGM=SORT //SORTIN DD * 123 //SORTOUT DD SYSOUT=*...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: zh_lad Posted: Wed Dec 07, 2016 4:03 pm (GMT 5.5) Fine I used EDIT to supress trailing spaces.Code://STEP001 EXEC PGM=SORT //SORTIN DD * 3456...
View ArticlePL/I & Assembler :: RE: I can not compile my program PL1 V3.R7.M0
Author: Nic Clouston Posted: Wed Dec 07, 2016 5:41 pm (GMT 5.5) Hi Prino - I would when testing setup. But maybe I am of unsound mind! Miguel - please use the code tags when posting somegthing from the...
View ArticlePL/I & Assembler :: RE: I can not compile my program PL1 V3.R7.M0
Author: Miguel Fernandez Posted: Wed Dec 07, 2016 5:42 pm (GMT 5.5) Hi Yes, I am with HERCULES ... I did it with REGION = 0 and the result was worse.Code:1 J E S 2 J O B L O G...
View Article