How do you restart a step in JCL?
Answers were Sorted based on User's Feedback
Answer / divya prakash
Use RESTART=JOBSTEPNAME.PROCSTEPNAME
Example:-
if the job is abended in STEP10 for proc step "TRANSFORM".
THEN,
RESTART=STEP10.TRANSFORM.
Thanks,
Divya Prakash
| Is This Answer Correct ? | 2 Yes | 4 No |
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
When cursor is not closed what is the error?
how many max steps can we use in a job? pls answer to my question
What is the format of comment statement?
what is the control cards?
Explain the function of dd disp parameter?
List some valid operation codes in JCL
i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
how to purge 50 initiators continuously?? console commands??
What are the rules employed while naming the steps in a job?
What are the 2 types of parameters in dd statement?