In one of intervie, my interviwer asked, I have a file
which contains 4 records I would like to split the 4
different outputs for each record how to do?
Answer Posted / chandan
You need to use ICETOOL utility and with Case statment. Pl
find the answer from ICETOOL pdf manual and test it.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How does jcl act on code(if you take a cobol program)?
how to run batch program without jcl?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is the function of the dd avgrec keyword in sms datasets?
What is one line to pass PARM from JCL to COBOL?
Which statement is used to identify the private libraries in job?
What is the maximum length of a single line of jcl?
what is DSN in JCL and what are the parameters to declare the DSN?
What is the use of symbol // in jcl?
What is Cataloged Procedures?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Is there any command to check wether the ps file is in sorted order?
Is it possible to left uncode disp? If yes, how?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Is automatic restart possible in jcl? If yes, how?