What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
4 10580What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?
IBM,
2 10028
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?
How can the disposition of sysout datasets be set for an entire jobstream?
What is the difference between run mode and addressing mode?
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 ?
Is it possible to code instream data in a PROC?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
is there any way to execute more than one proc in the same exec statement at the same time..?
How to override loadlib?
Explain the function of the dd dcb keyword?
Explain the function of //jcllib statement?
How jcl work to handle various input output file operations?
Can we call instream to catalog and catalog to instream?
A dd statement consists of 4 fields. Name them?
Suppose I have five jobs to do. But I want to hold one?
When output dataset space is required, what quantity categories are used?