How to submit multiple jobs. These jobs are members in PDS.
The second job should run if the first job runs
successfully and so on.
Answer / rahul kumar
use INTRDR.. see teh systax on how to use it.
| Is This Answer Correct ? | 2 Yes | 2 No |
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
I HAVE A SEQUENTIAL FILE CONTAINING ONE RECORD IN WHICH I HAVE ONE FIELD AS CUSTOMER IDENTITY NUMBER FIELD WHICH IS A SIGNED FIELD. HOW TO SEQUENTIALLY INCREMENT THIS FIELD USING OVERLAY PARAMETER?.
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How can an in-stream dataset be terminated?
How do you restart a PROC from a particular step?
what is a null indicator in db2?
What are the parameter we cannot use in procedure?
What happens if both JOBLIB & STEPLIB is specified ?
How is a GDG base created?
What are the 2 types of parameters in dd statement?
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job