COBOL Programming :: how to DYNAMICALLY write sort cond to o/p file using cobol
Author: mohamedmubee Subject: how to DYNAMICALLY write sort cond to o/p file using cobol Posted: Fri Aug 26, 2016 11:46 pm (GMT 5.5) Hi Everyone, I am new to this forum, so if there is any mistake...
View ArticleCOBOL Programming :: RE: how to DYNAMICALLY write sort cond to o/p file using...
Author: Akatsukami Posted: Sat Aug 27, 2016 12:13 am (GMT 5.5) Create an internal table with 16 entries. Let the last byte of each entry be set to comma. As records are read, let them be placed in the...
View ArticleCOBOL Programming :: RE: Any docs / links for isub- cobol compiler / linker...
Author: SRICOBSAS Subject: Reply to: Any docs / links for isub- cobol compiler / linker utility? Posted: Sat Aug 27, 2016 6:58 pm (GMT 5.5) Hi All, Yes I confirmed with my support people that its an in...
View ArticleDFSORT/ICETOOL :: Add system date inside of a PS file at particular column
Author: pramitdas Subject: Add system date inside of a PS file at particular column Posted: Sun Aug 28, 2016 12:06 am (GMT 5.5) I have the below requirement. I have a PS file: ABC.BCD.XYZ with the 2...
View ArticleCOBOL Programming :: RE: how to DYNAMICALLY write sort cond to o/p file using...
Author: pramitdas Subject: Reply to: how to DYNAMICALLY write sort cond to o/p file using cobol Posted: Sun Aug 28, 2016 12:44 am (GMT 5.5) Okay. Thanks for asking. Please follow the below steps. 1....
View ArticleJCL & VSAM :: RE: ERROR WHILE SUBMITTING LOAD JOB
Author: Akatsukami Posted: Sun Aug 28, 2016 1:15 am (GMT 5.5) Again, Anuradha-chan, we need to see the JCL and control cards used, and the actual messages received._________________Data is not...
View ArticleCOBOL Programming :: RE: how to DYNAMICALLY write sort cond to o/p file using...
Author: sergeyken Posted: Sun Aug 28, 2016 8:10 am (GMT 5.5) I guess it makes no sense to convert this to neither COBOL nor anything else. Since you have your selection list in the file, and finally...
View ArticleCOBOL Programming :: RE: how to DYNAMICALLY write sort cond to o/p file using...
Author: pramitdas Subject: Reply to: how to DYNAMICALLY write sort cond to o/p file using cobol Posted: Sun Aug 28, 2016 10:29 am (GMT 5.5) It is all based on the requirements as agreed. It apparently...
View ArticleDFSORT/ICETOOL :: RE: Add system date inside of a PS file at particular column
Author: mistah kurtz Posted: Sun Aug 28, 2016 1:30 pm (GMT 5.5)Quote:Can you please help with this? A sort step or anything? Did you try anything?
View ArticleCOBOL Programming :: RE: how to DYNAMICALLY write sort cond to o/p file using...
Author: Nic Clouston Posted: Sun Aug 28, 2016 3:52 pm (GMT 5.5)Quote:I believe that is the requirement No - that is not the requirement. The requirement is to format the data. The most efficient mens...
View ArticleJCL & VSAM :: RE: ERROR WHILE SUBMITTING LOAD JOB
Author: Nic Clouston Posted: Sun Aug 28, 2016 4:03 pm (GMT 5.5) There can be differences between online and batch authorities. Check with your security group._________________Regards Nic
View ArticleDFSORT/ICETOOL :: RE: Add system date inside of a PS file at particular column
Author: Nic Clouston Posted: Sun Aug 28, 2016 4:06 pm (GMT 5.5) Please use the code tags when presenting JCL, data, program code, control cards or anything else that you would see on your terminal....
View ArticleCOBOL Programming :: RE: how to DYNAMICALLY write sort cond to o/p file using...
Author: sergeyken Posted: Sun Aug 28, 2016 7:37 pm (GMT 5.5)Note 1 SORT statement semantics is wrong for SS (SubString) format/function. The syntax is correct, but it doesn't work as expected by...
View ArticleJCL & VSAM :: IEF645I INVALID REFERBACK IN THE RC FIELD
Author: abdulrafi Subject: IEF645I INVALID REFERBACK IN THE RC FIELD Posted: Mon Aug 29, 2016 10:57 am (GMT 5.5) Hi, I am getting the following error while executing my JCL, 10 IEF645I INVALID...
View ArticleJCL & VSAM :: RE: IEF645I INVALID REFERBACK IN THE RC FIELD
Author: Akatsukami Posted: Mon Aug 29, 2016 11:32 am (GMT 5.5) Step VIC7IX6A is executing a JCL procedure, which has steps of its own. The procstepname, FAMVS, must be used to qualify VIC7IX6A on the...
View ArticleJCL & VSAM :: RE: IEF645I INVALID REFERBACK IN THE RC FIELD
Author: abdulrafi Posted: Mon Aug 29, 2016 11:45 am (GMT 5.5) Oh yes. I got it. Thanks for your help. :-). Its working fine now._________________Thanks, Abdul Rafi
View ArticleCOBOL Programming :: Random Password (in string format) generation.
Author: ezhavendhan Subject: Random Password (in string format) generation. Posted: Mon Aug 29, 2016 3:18 pm (GMT 5.5) Hello All, I have got a requirement to "Generate Random Password using COBOL"....
View ArticleCOBOL Programming :: RE: Random Password (in string format) generation.
Author: Bill Woodger Subject: Reply to: Random Password (in string format) generation. Posted: Mon Aug 29, 2016 4:11 pm (GMT 5.5) Forget about a). With a minimum of 52-to-the-power-of-10 possibilities...
View ArticleCOBOL Programming :: RE: Random Password (in string format) generation.
Author: Robert Sample Posted: Mon Aug 29, 2016 6:28 pm (GMT 5.5) 1. You need to understand "random" -- your point (a) completely contradicts the idea of randomness. 2. Computers do not generate...
View ArticleDFSORT/ICETOOL :: RE: Add system date inside of a PS file at particular column
Author: RahulG31 Subject: Reply to: Add system date inside of a PS file at particular column Posted: Mon Aug 29, 2016 8:04 pm (GMT 5.5)Quote:Please note that I need a simple step to achieve....
View Article