How to execute step2,step1, step3 if step1,2,3 are in order
Answer Posted / nag ganesh
in job card if we specify the restart parameter then step2
is execute.
then step1,3 can also executed automatically.
| Is This Answer Correct ? | 3 Yes | 15 No |
Post New Answer View All Answers
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 a jobs execution priority be modified?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Are there any set of rules for the names of the steps used in a job?
I need exexution process for JCL programs
what are JCLLIB and STEPLIB in JCL?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How can values be passed from the job stream to an executable program?
which parameter is used to check the syntax of a jcl without executing it?
What is the function of a dd statement?
Explain how can a stopped job be started again?
What is job control language?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Mention the types of job control statements?
What is the difference between run mode and addressing mode?