How can i execute 5th step without executing first 4 steps?
Answer Posted / guest
We can execute the job from any step by skipping the
previous steps using restart condition.
for example:
To restart from 5th step we have to mention in the job card
as
RESTART=STEP5
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is the format of comment statement?
how do you access an uncataloged dataset in a jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is multithreading in jcl?
how you can direct the data to spool using SYSOUT option?
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 are s0c1, s0c4, s0c5, s0c7 and socb?
Explain how can the attributes of one sms dataset be copied to another dataset?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What is the function of a dd statement?
Explain in DD statement what is the use of DCB parameter?
Explain the function of dd disp parameter?
What is Cataloged Procedures?