A. Job Abended in STEP03. Now run job again to execute
STEP03, STEP04 (STEP01,STEP02 should not execute again)
Answer Posted / guest
There are two ways we can do that,
1)Please use the Restart parameter in the job card (for
example Restart=step03)
2).Please use the COND=(0,LE) in step 1 and step2(for
example(Step1 exec pgm=XXXX,cond=(0,LE) and step2= exec
PGM=XXXX,cond=(0,LE)).
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
Is it possible to code instream data in a PROC?
What are steplib and joblib?
List in order the hierarchical levels of jcl?
How can unused space allocation be returned to the system when a dataset is closed?
What is the purpose of dd * statement in jcl?
List the different jcl statements that are not permitted in the procedures?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What dd statement is used to supply the name of a dataset?
Explain the function of the steplib dd statement?
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.
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What are the parameters that are used in creating a gdg?
Differentiate between addressing mode and run mode.
Explain the function of a dd statement?
What do you understand by jcl?