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

how to compare two datasets without using superce because output is limited to 133 bytes

1476


How can the submitting users racf authority be overridden in a job stream?

741


Mention the types of job control statements?

680


how to do automated restart when a job abends?

839


What do you understand by jcl?

625






what is use of dsn parameter in dd statement?

666


What is the purpose of dd * statement in jcl?

793


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

816


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

577


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

600


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

823


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

769


Is it possible to left uncode disp?

709


which utility is used to sort a file in jcl?

743


what is the compile process of cobol program expalin with code

1996