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 acct parameter mandatory?
Explain the function of dd disp parameter?
Can we use DISP=SHR in output file in JCL
how do you code a null statement?
How is a type of file defined in the jcl that executes the cobol program?
What is multithreading in jcl?
which utility is used a dummy utility?
What is NOTCAT ?
Explain the function of //jcllib statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
what is use of space parameter in dd statement?
Are there any set of rules for the names of the steps used in a job?
How to pass data to a program that is coded in an exec statement?
How do you submit a job for execution?
What is job control language?