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
Name what parameter directs the output of the job log dataset?
Explain the function of a dd statement?
Can we call instream to catalog and catalog to instream?
How can the disposition of sysout datasets be set for an entire jobstream?
How does jcl act on code(if you take a cobol program)?
Is automatic restart possible in jcl? If yes, how?
what is the purpose of coding class parameter in job statement?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How can values be passed from the job stream to an executable program?
Are there any set of rules for the names of the steps used in a job?
List the various advantages of using jcl language?
What is the purpose of dd dummy statement?
What is the purpose of dd * statement in jcl?
what is the difference between JES3 and JES2?
What are the utility programs in jcl?