Answer Posted / venkat
job card is the first jcl statement. It can maintain the job details(positional parameters and keyword parameters) here.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
whats the diff bw the evaluate also and and?
Differentiate between addressing mode and run mode.
What is job control language?
In job processing, what happens in conversion stage?
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 jcl is used for testing batch programs?
What is the format of comment statement?
How do you create a temporary dataset?
Is it possible to code instream data in a PROC?
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 ?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Must tape dataset definitions include vol=ser specifications?
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?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
How can the submitting users racf authority be overridden in a job stream?