How to test thru JCL if any file(PS or VSAM) is empty or
not. I do not want to use any COBOL prog or Ezytrieve and
want to do using utility.
Answer Posted / ram g
u can use ams command repro thru idcams utility and check
for rc
| Is This Answer Correct ? | 19 Yes | 5 No |
Post New Answer View All Answers
How does the jcl specify the job to os?
How to alter the parameters for the existing gdg?
which utility is used a dummy utility?
In job processing, what happens in execution stage?
How can return codes be tested before execution of a job step?
i want to store 20 digits . how will u do it in cobol ?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Can we call instream to catalog and catalog to instream?
what is the purpose of coding notify parameter in job statement?
What is the syntax of JCL statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What is the purpose of disp parameter?
How can a jobs execution priority be modified?
Mention the types of job control statements?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?