how to do automated restart when a job abends?
No Answer is Posted For this Question
Be the First to Post Answer
how to run batch program without jcl?
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
which utility is used to run a cobol-db2 program?
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.
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
How to empty the records in jcl
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
What are the valid DSORG values ?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
Can anyone tell me the syntax for printing two files at two different destinations in a single step?