DFSORT/ICETOOL :: Need Help of Jcl
Author: Vikas Maharnawar Subject: Need Help of Jcl Posted: Thu May 11, 2017 2:18 pm (GMT 5.5) Hi I have Two input files Input File 1Code: AAA BBB CCC DDDD PPP PPP QQQ SSSS EEE FFF GGG HHHH KKK LLL MMM...
View ArticleDFSORT/ICETOOL :: RE: Need Help of Jcl
Author: enrico-sorichetti Subject: Reply to: Need Help of Jcl Posted: Thu May 11, 2017 3:00 pm (GMT 5.5) show us what You have done to help Yourself, a forum is for help... no for just dropping a...
View ArticleDFSORT/ICETOOL :: RE: Need Help of Jcl
Author: Nic Clouston Posted: Thu May 11, 2017 3:02 pm (GMT 5.5) Well, you may want to use JCL and I do not see what problem you are having as the JCL required to run DFsort is explained in the DFsort...
View ArticleDFSORT/ICETOOL :: RE: Need Help of Jcl
Author: Vikas Maharnawar Subject: Reply to: Need Help of Jcl Posted: Thu May 11, 2017 3:18 pm (GMT 5.5) I written below JClCode://STEP01 EXEC PGM=ICETOOL...
View ArticleDFSORT/ICETOOL :: RE: Need Help of Jcl
Author: Nic Clouston Posted: Thu May 11, 2017 3:49 pm (GMT 5.5) 3 things: 1 - learn to use the code tags - use the full reply editor not the quick reply. 2 - the experts will probably say that you...
View ArticleJCL & VSAM :: RE: Current Date/Time thru JCL without writing any pgm.
Author: nandeshwar Posted: Thu May 11, 2017 4:12 pm (GMT 5.5)apandey wrote:Thanks Bill .. Anyway another moderator of this forum sits near to me in my project(luckily). He is 'Anuj Dhawan' , He solved...
View ArticleDFSORT/ICETOOL :: Validate date and numeric fields and set step rc
Author: Rick Silvers Subject: Validate date and numeric fields and set step rc Posted: Thu May 11, 2017 6:51 pm (GMT 5.5) Hi I need to validate value in 4 fields in an input file, can I do this with...
View ArticleCOBOL Programming :: RE: Cobol GUI (like Editor)
Author: mucka Posted: Thu May 11, 2017 7:53 pm (GMT 5.5) See if ZOSMF meets your requirements.
View ArticleDFSORT/ICETOOL :: RE: Validate date and numeric fields and set step rc
Author: Arun Raj Posted: Thu May 11, 2017 8:03 pm (GMT 5.5) Rick, Most probably yes. What kind of validation do you need to perform on these fields? Can you provide details on each of...
View ArticleDFSORT/ICETOOL :: RE: Validate date and numeric fields and set step rc
Author: Rohit Umarjikar Posted: Thu May 11, 2017 8:10 pm (GMT 5.5) These links will help you get going with your vague...
View ArticleDFSORT/ICETOOL :: RE: Replace values in the input data
Author: Arun Raj Posted: Thu May 11, 2017 8:12 pm (GMT 5.5) Are the contents of your input-1 static? Will there be the same number of records in input-1, each time? Will there be the same number of...
View ArticleDFSORT/ICETOOL :: RE: Validate date and numeric fields and set step rc
Author: Rick Silvers Posted: Thu May 11, 2017 8:22 pm (GMT 5.5)Arun Raj wrote:Rick, Most probably yes. What kind of validation do you need to perform on these fields? Can you provide details on each of...
View ArticleCOBOL Programming :: RE: Cobol GUI (like Editor)
Author: Robert Sample Subject: Reply to: Cobol GUI (like Editor) Posted: Thu May 11, 2017 8:30 pm (GMT 5.5) z/OSMF has nothing to do with COBOL, much less a COBOL GUI._________________TANSTAAFL The...
View ArticleDFSORT/ICETOOL :: RE: Validate date and numeric fields and set step rc
Author: Arun Raj Posted: Thu May 11, 2017 8:35 pm (GMT 5.5) Rick, You could use the 'NUM' function to check for numeric, but for date validation there might not be built-in...
View ArticleCOBOL Programming :: RE: Cobol GUI (like Editor)
Author: mucka Posted: Thu May 11, 2017 9:45 pm (GMT 5.5) Robert, ZOSMF can be used to browse/edit datasets on z/OS. I know it does not have anything to do with COBOL specifically. I just thought the OP...
View ArticleCOBOL Programming :: RE: Cobol GUI (like Editor)
Author: enrico-sorichetti Subject: Reply to: Cobol GUI (like Editor) Posted: Thu May 11, 2017 9:50 pm (GMT 5.5) topic locked, going nowhere_________________cheers enrico When I tell somebody to RTFM or...
View ArticleCOBOL Programming :: RE: Cobol GUI (like Editor)
Author: Robert Sample Posted: Thu May 11, 2017 9:52 pm (GMT 5.5) From the original post:Quote:First level processes (mandatory), 1. Highlight Syntax 2. Syntax Check optionThe TS is NOT looking for a...
View ArticleDFSORT/ICETOOL :: RE: Replace values in the input data
Author: Rohit Umarjikar Posted: Thu May 11, 2017 10:24 pm (GMT 5.5) With the given input, this will work.Code: ----+----1----+----2----+ //STEP0100 EXEC PGM=SORT //SYSOUT DD SYSOUT=* //INA DD...
View ArticleDFSORT/ICETOOL :: RE: Replace values in the input data
Author: RahulG31 Subject: Reply to: Replace values in the input data Posted: Fri May 12, 2017 1:13 am (GMT 5.5) Rohit, I modified your card a little so that the result is not dependent on input values,...
View ArticleDFSORT/ICETOOL :: RE: Replace values in the input data
Author: Rohit Umarjikar Posted: Fri May 12, 2017 12:51 pm (GMT 5.5) RahulG31, much better way of doing it. Thanks._________________Regards, Rohit Umarjikar"Knowledge is knowing that a tomato is a...
View Article