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 / nidhi
The JCL will throw error as the first line cannot be blank.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What do you understand by the term job time – out and how can you overcome that?
Is condition checking possible in jcl?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is the function of job statement in jcl?
a dd statement has 2 types of parameters. Name them?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
how do you code a null statement?
what are the types of abends that occur on job failure? And explain the possible causes of these
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What do you know about jcl?
What are the parameters that are used in creating a gdg?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
how to compare two datasets without using superce because output is limited to 133 bytes