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


Please Help Members By Posting Answers For Below Questions

Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

808


Name the statement which can be used to send data to another mvs jes3 node?

697


Explain dd statement in jcl?

738


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

765


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

1087






A dd statement consists of 4 fields. Name them?

1048


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

706


List the different components of jcl statement?

783


What is one line to pass PARM from JCL to COBOL?

4550


which parameter is use to declare the name of dataset in dd statement?

849


What is use of restart and how to use it?

877


Can an individual step be restricted from using all the jobs allowed cpu time?

1125


Why include statement is used in a jcl?

786


Which statement is used to identify the private libraries in job?

790


What are steplib and joblib? What for they are used?

783