i have 10 steps in my jcl.
-->if i want to execute my program from 5th step what i
have to do? don't give //* in ur previous steps
--> if i want to execute my program from 1to 5 steps only
what i have to do?

Answer Posted / ch.mahendra babu

by using restart parameter like
restart=step5

so execution process will be starts from 5th step.

Is This Answer Correct ?    19 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the function of a dd statement?

880


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

1236


How can an in-stream dataset be terminated?

1074


Explain how can values be passed from the job stream to an executable program?

839


How dummy is used in jcl?

857


which utility is used to run a cobol-db2 program?

1045


What are steplib and joblib? What for they are used?

908


what is DSN parameter and DISP parameter is used for?

885


what are the statements that are not valid to be included in an include statement?

1094


How can return codes be tested before execution of a job step?

1208


Matching Logic in Jcl not in cobol.Could any one please answer this question

3929


What is job control language?

815


what happens in execution stage in job processing?

852


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

1219


What are s0c1, s0c4, s0c5, s0c7 and socb?

946