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
How do you overcome this limitation ?
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.
Is automatic restart possible in jcl?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
In sms datasets, what is the function of the dd avgrec keyword?
what is the use of JCL?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Where can program checkpoints be stored for use in a restart?
What is the purpose of dd * statement in jcl?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Is it possible to left uncode disp?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Explain in DD statement what is the use of DCB parameter?
what happens in execution stage in job processing?