How do you handle empty files in a JCL ?
Answer Posted / bharani
Read first record of the file using IDCAMS, It will return
the cc=0 if the file is not empty, otherwise it returns
CC=4.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Is it possible to left uncode disp?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How would you understand error(execution phase)?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
what is the use of IEBGENER utility?
Name what parameter directs the output of the job log dataset?
What is Cataloged Procedures?
what is a jcl?
Is it possible to left uncode disp? If yes, how?
What is the significance of addrspc parameter in exec statement?
whats the diff bw the evaluate also and and?
What do you understand by the terms: joblib and steplib?
What is the function of the dd dcb keyword?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
by using cond parameter maximum 8 cond can be coded in single cond means ?explain