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
what JCL Procedures?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
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
List the different components of jcl statement?
Is automatic restart possible in jcl?
how to do automated restart when a job abends?
Are there any set of rules for the names of the steps used in a job? What are they?
Explain the function of job statement in jcl?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
What is the difference between run mode and addressing mode?
Explain the purpose of dd * statement in jcl?
How do you submit a job for execution?
Why block size is multiple of lrecl in jcl?
What parameter of the job statement is used to limit the cpu time consumed by the job?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?