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 / venkat
Yes Lu. As per ur requirement if i added account info.
What will happen for the "double //" when JCL starts
executing?
//
//RUNJCL JOB ,'COUNT',CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID
//STEP01 EXEC PGM=IEFBR14
//
..
..
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
Explain how can return codes be tested before execution of a job step?
Explain the function of job statement in jcl?
What is the function of the dd dcb keyword?
Is there any command to check wether the ps file is in sorted order?
what is the JCL statement consists of?
How is the record format of an output dataset specified?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
In sms datasets, what is the function of the dd mgmtclas keyword?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is condition checking in jcl? Is this possible?
how you can access an uncataloged dataset in a JCL?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what is use of dsn parameter in dd statement?