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
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Why include statement is used in a jcl?
A dd statement consists of 4 fields. Name them?
What do you understand by the term job time – out and how can you overcome that?
Explain the purpose of dd dummy statement?
When output dataset space is required, what quantity categories are used?
How does jcl specify the job to the operating system?
Define concatenating?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Is it possible to left uncode disp?
what is the compile process of cobol program expalin with code
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How do you overcome this limitation ?
Explain in DD statement what is the use of DCB parameter?
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?