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
Explain the function of a dd statement?
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 ?
How can an in-stream dataset be terminated?
Explain how can values be passed from the job stream to an executable program?
How dummy is used in jcl?
which utility is used to run a cobol-db2 program?
What are steplib and joblib? What for they are used?
what is DSN parameter and DISP parameter is used for?
what are the statements that are not valid to be included in an include statement?
How can return codes be tested before execution of a job step?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is job control language?
what happens in execution stage in job processing?
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
What are s0c1, s0c4, s0c5, s0c7 and socb?