What will happen if you attempt to restart a job in the
middle of a JCL // IF .... // ENDIF?
Answer Posted / brahmareddy.t
If you code restart in between if & end-if
the job will execute from first step.
i.e. if you want to restart step5 in between if $ end-if then it will start from step1.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to pass the parameter in parm using linkage section ? (syntax)?
how would you create a temporary dataset? And where will you use them?
What is the function of the steplib dd statement?
How does the jcl specify the job to os?
what is the resolution for sb37 error
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
when can a job time-out occur? How to overcome that?
What is the syntax of JCL statement?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What do you know about jcl?
What is timing concept in mainframe?
what JCL Procedures?
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.
What is use of restart and how to use it?
how do you access an uncataloged dataset in a jcl?