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
Why block size is multiple of lrecl in jcl?
what happens in conversion stage in job processing?
Is it possible to left uncode disp? If yes, how?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is the significance of addrspc parameter in the exec statement?
what is the compile process of cobol program expalin with code
Explain dfsort utility?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
how you can access an uncataloged dataset in a JCL?
How to submit a jcl from cics?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
which parameter is use to declare the name of dataset in dd statement?
What dd statement is used to supply the name of a dataset?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?