i have a jcl calling proc which has 10 steps, i want to
execute from step5 to step10, where can i code RESTART and
COND parameter?
Answer Posted / ch.mohan
w
we can mention job card to restart=step5
and cond param used to step6
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
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
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What are s0c1, s0c4, s0c5, s0c7 and socb?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What is Cataloged Procedures?
Explain how can an in-stream dataset be terminated?
In job processing, what happens in execution stage?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What is the purpose of disp parameter?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
how to run batch program without jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
How do you access an uncatalogued dataset in a jcl?
What is the function of dd disp parameter?