JCL Example:
//
//RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID
//STEP01 EXEC PGM=IEFBR14
//
..
..
If this JCL will run or it'll throw the ERROR?
Answer Posted / stu
"//" with nothing else on the line is a "null" card which
tells the internal reader to stop reading even though there
may be subsequent lines containing text. This will result
in a job with no job card which will cause an error.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain about LMQUERY�give a dialog information about a data set
how to compare two datasets without using superce because output is limited to 133 bytes
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
what is use of disp parameter in dd statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is the purpose of disp parameter?
how to do automated restart when a job abends?
Is their any limit for data sets?
how do you access an uncataloged dataset in a jcl?
Name a few IBM utility programs, and explain its function.
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the significance of addrspc parameter in exec statement?
What do you understand by the terms: joblib and steplib?
Why block size is multiple of lrecl in jcl?
How to pass data to a program that is coded in an exec statement?