Answer Posted / shridhar
sysout=* can be used.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is NOTCAT ?
What is the purpose of dd * statement in jcl?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
how do you access an uncataloged dataset in a jcl?
Explain the function of the steplib dd statement?
What is the purpose of disp parameter?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
what operation is performed by job statement?
What is the significance of addrspc parameter in the exec statement?
How does jcl act on code(if you take a cobol program)?
What do you understand by the term notcat 2 – gs?
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?
I need exexution process for JCL programs
How dummy is used in jcl?
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 ?