i have a jcl calling proc which has 10 steps, i want to
execute from step5 to step10, where can i code RESTART and
COND parameter?
Answer Posted / siri
//jobname job ,,,,,,,,restart=step5.proc,cond=(00,gt)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List the various advantages of using jcl language?
what is the resolution for sb37 error
Explain how can values be passed from the job stream to an executable program?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is the motivation behind coding class parameter in job statement?
Explain about ISPF/TSO Commands
Explain how can the submitting users racf authority be overridden in a job stream?
Suppose I have five jobs to do. But I want to hold one?
what is use of disp parameter in dd statement?
Explain in DD statement what is the use of DCB parameter?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
define cond parameter in jcl?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Explain how can return codes be tested before execution of a job step?
how to do automated restart when a job abends?