How to execute step2,step1,step3 when step1,2&3 are in order
Answer Posted / kavithab
This is just a try... let me know the correct answer
// JOB1 JOB 'H557467j', 'KAVITHA', RESTART = STEP02
//STEP01 ..... COND = (0,EQ,STEP02)
//STEP02 ........
//STEP03 .... COND = (0,EQ,STEP01)
| Is This Answer Correct ? | 4 Yes | 14 No |
Post New Answer View All Answers
which utility is used to run a cobol-db2 program?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what are JCLLIB and STEPLIB in JCL?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
what happens in execution stage in job processing?
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
Explain the function of the steplib dd statement?
what are the types of abends that occur on job failure? And explain the possible causes of these
How is the record format of an output dataset specified?
Where can program checkpoints be stored for use in a restart?
How can the attributes of one sms dataset be copied to another dataset?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
when does a dataset go uncataloged?
Explain how can an in-stream dataset be terminated?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?