Answer Posted / mahesh
defined in the same job and also exicuted in the same job
starting with a proc operand
end with a pend statement
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
what is DSN parameter and DISP parameter is used for?
What are the rules employed while naming the steps in a job?
What are the jcl procedures?
what is the JCL statement consists of?
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 ?
which parameter is use to declare the name of dataset in dd statement?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Is condition checking possible in jcl?
Name a few IBM utility programs, and explain its function.
How do you submit a job for execution?
what are the various stages of job processing?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What parameter of the job statement is used to limit the cpu time consumed by the job?
how you will the direct the data to spool using sysout option?