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
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Name the statement which can be used to send data to another mvs jes3 node?
Explain dd statement in jcl?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
A dd statement consists of 4 fields. Name them?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
List the different components of jcl statement?
What is one line to pass PARM from JCL to COBOL?
which parameter is use to declare the name of dataset in dd statement?
What is use of restart and how to use it?
Can an individual step be restricted from using all the jobs allowed cpu time?
Why include statement is used in a jcl?
Which statement is used to identify the private libraries in job?
What are steplib and joblib? What for they are used?