JCL & VSAM :: RE: Validating TSO node id in Job
Author: venkaraj Posted: Fri May 06, 2016 3:15 pm (GMT 5.5) Thanks everybody. Even though the developer/tester/user may not change entire proc to comment out the step, for sure they have to change the...
View ArticleCOBOL Programming :: Getting soc4 on internal table in cobol
Author: abdulrafi Subject: Getting soc4 on internal table in cobol Posted: Fri May 06, 2016 3:39 pm (GMT 5.5) Hi, I am using the below table,Code:01 WS-REQCODE-TABLE....
View ArticleCOBOL Programming :: RE: Getting soc4 on internal table in cobol
Author: Bill O'Boyle Subject: Reply to: Getting soc4 on internal table in cobol Posted: Fri May 06, 2016 4:42 pm (GMT 5.5) I don't see WS-RCODE-IDX being set anywhere (there isn't any default in COBOL)...
View ArticleCOBOL Programming :: RE: Getting soc4 on internal table in cobol
Author: Robert Sample Posted: Fri May 06, 2016 4:42 pm (GMT 5.5) Not really. You posted a bunch of junk instead of merely asking for help. So let's start with some basics: 1 What is the line of code...
View ArticleCOBOL Programming :: RE: Getting soc4 on internal table in cobol
Author: abdulrafi Posted: Fri May 06, 2016 5:06 pm (GMT 5.5) Hi, I actually gave some displays now to check where I went wrong. But again its showing some errors after writing only one display on the...
View ArticleSYNCSORT :: RE: OUTREC RDW NOT INCLUDED
Author: Bill Woodger Subject: Reply to: OUTREC RDW NOT INCLUDED Posted: Fri May 06, 2016 5:26 pm (GMT 5.5) If you have a VB you have to offset all your data-locations by four. So your 1,1 in the...
View ArticleDFSORT/ICETOOL :: RE: Performing addition using JCL sort card
Author: Shaheen Shaik Posted: Fri May 06, 2016 5:28 pm (GMT 5.5) field lengths : empid 1-6 (numeric) , salary 7-12(numeric), location 12-32(character), dept 33-35(character)._________________Shanthanu
View ArticleDFSORT/ICETOOL :: RE: Convert Timestamp Value
Author: Bill Woodger Subject: Reply to: Convert Timestamp Value Posted: Fri May 06, 2016 5:29 pm (GMT 5.5) Most of what you want is simple rearranging. To change the months to numbers, look at CHANGE,...
View ArticleDFSORT/ICETOOL :: RE: Performing addition using JCL sort card
Author: Bill Woodger Subject: Reply to: Performing addition using JCL sort card Posted: Fri May 06, 2016 5:31 pm (GMT 5.5) Use an INCLUDE COND= for the department you want, and OUTFIL reporting...
View ArticleCOBOL Programming :: RE: Getting soc4 on internal table in cobol
Author: Bill Woodger Subject: Reply to: Getting soc4 on internal table in cobol Posted: Fri May 06, 2016 5:35 pm (GMT 5.5) I'd guess SUCCESS-RECORD is a record in the file which you OPEN fairly shortly...
View ArticleCOBOL Programming :: RE: Getting soc4 on internal table in cobol
Author: Robert Sample Posted: Fri May 06, 2016 5:37 pm (GMT 5.5) Sigh. You again posted stuff that is pretty much useless for debugging your problem. I reiterate: 1 What is the line of code referenced...
View ArticleCOBOL Programming :: RE: Getting soc4 on internal table in cobol
Author: abdulrafi Posted: Fri May 06, 2016 5:43 pm (GMT 5.5) Yes. If I remove the move statement and submit it I am able to get maxx = 0. But I would like to initialize my local tables. How can I do it...
View ArticleCOBOL Programming :: RE: Getting soc4 on internal table in cobol
Author: abdulrafi Posted: Fri May 06, 2016 5:46 pm (GMT 5.5) Hi Robert, Please find the code which you asked for,Code: MOVE 1 TO WS-COUNTER...
View ArticleCOBOL Programming :: RE: Getting soc4 on internal table in cobol
Author: Robert Sample Posted: Fri May 06, 2016 6:39 pm (GMT 5.5) I would not be surprised to find that you're falling through code into that 2205-STRIP-SPACES paragraph and hence WS-COUNTER may be...
View ArticleCOBOL Programming :: RE: Getting soc4 on internal table in cobol
Author: abdulrafi Posted: Fri May 06, 2016 6:49 pm (GMT 5.5) I too checked the same but when it comes to 17 it shall come out of the loop._________________Thanks, Abdul Rafi
View ArticleCOBOL Programming :: Two digit Date format
Author: abdulrafi Subject: Two digit Date format Posted: Fri May 06, 2016 6:51 pm (GMT 5.5) Hi, Is there any function in cobol to do the following, Input date : 1/1/2001 output date I need is:...
View ArticleCOBOL Programming :: RE: Two digit Date format
Author: abdulrafi Subject: Query on date format Posted: Fri May 06, 2016 6:53 pm (GMT 5.5) subject changed._________________Thanks, Abdul Rafi
View ArticleCOBOL Programming :: RE: Getting soc4 on internal table in cobol
Author: Bill O'Boyle Subject: Reply to: Getting soc4 on internal table in cobol Posted: Fri May 06, 2016 7:09 pm (GMT 5.5) I can't emphasize this enough, to ensure you don't go beyond table...
View ArticleCOBOL Programming :: RE: Two digit Date format
Author: boyti ko Posted: Fri May 06, 2016 7:13 pm (GMT 5.5) try to search for PIC Z.
View ArticleJCL & VSAM :: RE: Validating TSO node id in Job
Author: Rohit Umarjikar Posted: Fri May 06, 2016 7:19 pm (GMT 5.5)Quote:Changing proc and JCL Libraries may not be taken care by resources untrained Robots. Quote:With this approach, I managed to...
View Article