Answer Posted / edgar
Remember to create a base GDG, use the default job to do this !!! luck...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain in DD statement what is the use of DCB parameter?
What is NOTCAT ?
which utility is used to sort a file in jcl?
How to do automated restart when a job abend?
What is jcl in mainframe?
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 ?
what is the purpose of coding notify parameter in job statement?
How to pass data to a program that is coded in an exec statement?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How does jcl act on a cobol code?
What are the utility programs in jcl?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
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?
What is catelog procedure and how many catelog procedure to use in one job?
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?