COBOL Programming :: RE: Need help in reading and validating a multiline file
Author: RahulG31 Subject: Reply to: Need help in reading and validating a multiline file Posted: Tue Apr 18, 2017 9:15 pm (GMT 5.5) Abid Hasan, I would say we use both DFSORT and COBOL program. Step1:...
View ArticleCOBOL Programming :: RE: Need help in reading and validating a multiline file
Author: Arun Raj Posted: Tue Apr 18, 2017 10:20 pm (GMT 5.5) I think we have discussed similar topics a few months ago in the DFSORT forum. If we are bringing the sort product into this, then I would...
View ArticleCOBOL Programming :: RE: Need help in reading and validating a multiline file
Author: Abid Hasan Posted: Tue Apr 18, 2017 11:22 pm (GMT 5.5) Hello Rahul/Arun, You guys are spot on with the approaches involving DFSORT, the only problem that I could think of at the time of posting...
View ArticleCOBOL Programming :: RE: Need help in reading and validating a multiline file
Author: Bill Woodger Subject: Reply to: Need help in reading and validating a multiline file Posted: Wed Apr 19, 2017 3:35 am (GMT 5.5) With Enterprise COBOL V4, there'll be no problem storing 15000...
View ArticleMainframe Jobs :: Mainframe Opening in Allianz India- Trivandrum 3-4 Yrs exp
Author: Rajesh Gopinathan Subject: Mainframe Opening in Allianz India- Trivandrum 3-4 Yrs exp Posted: Wed Apr 19, 2017 11:33 am (GMT 5.5) Allianz India- is looking for candidate who can join...
View ArticleDFSORT/ICETOOL :: Need Help with : IFTHEN(WHEN=GROUP)
Author: Sumanta_89 Subject: Need Help with : IFTHEN(WHEN=GROUP) Posted: Wed Apr 19, 2017 5:23 pm (GMT 5.5) Hi Super Coders, I need a little help with this. My Input is the output from running the...
View ArticleDFSORT/ICETOOL :: SORT JSON type of data
Author: maxsubrat Subject: SORT JSON type of data Posted: Wed Apr 19, 2017 6:01 pm (GMT 5.5) Hi, I have data in input file like below... I want only data part of the line... 1st record:"hashId":...
View ArticleDFSORT/ICETOOL :: RE: SORT JSON type of data
Author: Nic Clouston Posted: Wed Apr 19, 2017 7:17 pm (GMT 5.5) Parse and Build_________________Regards Nic
View ArticleDFSORT/ICETOOL :: RE: SORT JSON type of data
Author: Rohit Umarjikar Posted: Wed Apr 19, 2017 9:04 pm (GMT 5.5) Have you done research before posting? Please take the help of below links and try to retrofit to your needs. Nic already gave your a...
View ArticleDFSORT/ICETOOL :: RE: Need Help with : IFTHEN(WHEN=GROUP)
Author: Arun Raj Posted: Wed Apr 19, 2017 9:11 pm (GMT 5.5) Sumanta_89, Welcome to the forums, code tags can be used here to preserve alignment of code/data. Just select the data/code and click the...
View ArticleDFSORT/ICETOOL :: RE: SORT JSON type of data
Author: Arun Raj Posted: Wed Apr 19, 2017 10:01 pm (GMT 5.5)maxsubrat wrote:but the position of data part starting is not fixed heremaxsubrat, Is the data starting position same for the same field. For...
View ArticleCLIST & REXX :: Need help in REXX CALL program
Author: Raje1002 Subject: Need help in REXX CALL program Posted: Wed Apr 19, 2017 11:18 pm (GMT 5.5) Hi, I have an requirement where am having list of datasets mentioned in a file, reading them one by...
View ArticleCA Products :: QUESTION: RETURN CHANNEL
Author: pahiker Subject: QUESTION: RETURN CHANNEL Posted: Thu Apr 20, 2017 12:31 am (GMT 5.5) I have an app that needs to return a large amount of data back to itself between screen sessions, so I am...
View ArticleCA Products :: RE: QUESTION: RETURN CHANNEL
Author: Robert Sample Posted: Thu Apr 20, 2017 12:47 am (GMT 5.5) What did the vendor tell you when you contacted them? If you haven't contacted the vendor, why not? The vendor should be your FIRST...
View ArticleCLIST & REXX :: RE: Need help in REXX CALL program
Author: sergeyken Posted: Thu Apr 20, 2017 1:31 am (GMT 5.5) Make "code", and indentation for youCode: DSN='XXXX.DATASET.REPORT' "ALLOC DD(INDD) DS('"DSN"') SHR REUSE" "EXECIO * DISKR INDD(STEM L....
View ArticleCLIST & REXX :: RE: Need help in REXX CALL program
Author: Nic Clouston Posted: Thu Apr 20, 2017 3:37 am (GMT 5.5) 8 years here and you have not learned how to use the code tags? You also seem to have not learned how to use Trace to debug your Rexx...
View ArticleCA Products :: RE: QUESTION: RETURN CHANNEL
Author: Rohit Umarjikar Posted: Thu Apr 20, 2017 4:17 am (GMT 5.5) This should have been then posted under 'CA Product' section of the forum. How big the screen data could be and why not to be saved in...
View ArticleIBM Tools :: Copy load modules and alias
Author: vasanthz Subject: Copy load modules and alias Posted: Thu Apr 20, 2017 6:31 am (GMT 5.5) Hi, We have two load module libraries, old and new. I need to copy some load modules from old to new and...
View ArticleIBM Tools :: RE: Copy load modules and alias
Author: Robert Sample Subject: Reply to: Copy load modules and alias Posted: Thu Apr 20, 2017 7:06 am (GMT 5.5) The system is doing what you asked. From the DFSMSdfp Utilities manual on IEBCOPY with...
View ArticleIBM Tools :: RE: Copy load modules and alias
Author: steve-myers Posted: Thu Apr 20, 2017 7:09 am (GMT 5.5) You direct IEBCOPY to copy both the primary member and its alias member. Period. End of story. Is the "old" data set a PDS or PDSE?
View Article