How to find out the number of records in a file using JCL
Answer Posted / ravi
Logesh,
I'm not sure where the output (record count) is written to.
Can you let me know how to write it to spool & dataset.
My output should be:
Record count is: <count>
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Name the statement which can be used to send data to another mvs jes3 node?
In job processing, what happens in conversion stage?
what is the resolution for sb37 error
what is use of dcb parameter in dd statement?
Can we use DISP=SHR in output file in JCL
Describe the various parameters utilized in the creation of a gdg?
Is automatic restart possible in jcl? If yes, how?
How to submit a jcl from cics?
a dd statement has 2 types of parameters. Name them?
Explain how can the submitting users racf authority be overridden in a job stream?
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
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what is the compile process of cobol program expalin with code
what are the statements that are not valid to be included in an include statement?