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
How jcl work to handle various input output file operations?
Define concatenating?
how you can direct the data to spool using SYSOUT option?
what is use of dsn parameter in dd statement?
How to pass data to a program that is coded in an exec statement?
Why include statement is used in a jcl?
What do you understand by the term job time – out and how can you overcome that?
define cond parameter in jcl?
what is JCL?
Is automatic restart possible in jcl?
what operation is performed by job statement?
Must tape dataset definitions include vol=ser specifications?
What are the parameter we cannot use in procedure?
How can the attributes of one sms dataset be copied to another dataset?
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.