Answer Posted / satyasivaji
Yes RESTART is the JOB parameter,if incase due to any of
the reason your job is abended,and if you want that job to
be execute and not from the beging,that is where it is gets
abeded from that step onwards,there your using RESTART
parameter.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is the function of the steplib dd statement?
What is one line to pass PARM from JCL to COBOL?
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 does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
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.
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what is SOC4 error?
What are the 2 types of parameters in dd statement?
What are the 4 fields in dd statement?
Are there any set of rules for the names of the steps used in a job?
What do you understand by the term notcat 2 – gs?
How can the attributes of one sms dataset be copied to another dataset?
How does jcl act on a cobol code?
what is use of dcb parameter in dd statement?
Explain the job statement in jcl?