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 |
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?
What is the difference between the positional and keyword parameters? Give examples.
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
What is DSNDB06 ?
How many positional parameters are there in job statement?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
i want apply mainframe devolper with 3+ but i dont have that much of knowledge what isthe solution to get that much of knoweldge?
when does a dataset go uncataloged?
Give the syntax of job specifying jcl statement.
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
hi in one of the interview one asked me how to submit a job from cobol?as well as how to submit a jcl from CICS? can u pls any one tell me..