Suppose there are 10 steps in a PROC, I want to execute
only step5. How do you give the condition in the JCL that
calls this PROC?

Answer Posted / siri

using restart parameter.....
//jobname job ,,,restart=proc.step5.....
and next given cond=(00,le) in step6 to step10..

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What parameter of the job statement is used to limit the cpu time consumed by the job?

836


What is catelog procedure and how many catelog procedure to use in one job?

7444


Which statement is used to identify the private libraries in job?

674


What is condition checking in jcl? Is this possible?

624


how you can direct the data to spool using SYSOUT option?

925






How to run cobol program using jcl?

648


what happens in execution stage in job processing?

652


What is one line to pass PARM from JCL to COBOL?

695


what is use of space parameter in dd statement?

752


What is the format of comment statement?

664


Explain the function of a dd statement?

659


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 ?

943


What is jcl in mainframe?

688


What parameters can be used to limit the number of records written to a sysout dataset?

748


what is use of disp parameter in dd statement?

661