restart logic ?
Answers were Sorted based on User's Feedback
Answer / guest
IF WE WANT TO RESTART THE PARTICULAR STEP WE CAN USE
RESTART PARAMETER AND SYNTAX IS RESTART=STEP NAME.
| Is This Answer Correct ? | 3 Yes | 1 No |
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
how you will the direct the data to spool using sysout option?
lines(1,cancel)??What is meant by that??Plz explain it....
what are the technical terms for // /* in jcl
what is fixed length and variable length and difference between them
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
when GDG version number get changed ? bcz always Generations only increasing.
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
what is XSUM in some fields= none, xsum ??
Can a job have only steplib and no joblib ?
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?