If Name is NOT given for a JOB statement, then will it give
error or installation will supply it for the JOB ?
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 program opens the file in EXTEND mode. What happens ?
How many parameters are there to a DISP statement and what are their uses ?
Explain about User Information
how to count the number of members in pds?
how to do automated restart when a job abends?
What is the exact difference between PRTY and DPRTY
which parameter is use to declare the name of dataset in dd statement?
What is multithreading in jcl?
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
if we give TIME=0 how many sec that job/step
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
A job has 90 steps i want to execute only step7 and step15