How to execute step2,step5,step7 of a proc of 10 steps?
You are not allowed to change in JCL.

Answer Posted / muttiah

@Adarsh:

That will be useful when we want to copy steps from a JCL
directly, not from a PROC.

@ NaliniNayak:
Using restart you can point to step2 of a proc as below.
//RESTART=PROCSTEP.STEP2 in the job card.

Code Cond=(0,LE) for all the steps you want to skip..Say in
our case it's 3,4,6,8 and 9th step in proc.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you submit a job for execution?

646


What is the purpose of dd?

735


Brief description of inline procedure of jcl.

695


can any one plzzzzzz tell the jcl code for creating ps using idcams

10546


How does jcl act on a cobol code?

662






Where can program checkpoints be stored for use in a restart?

862


How to execute 2nd and 4th steps among 5 steps in jcl proc?

757


What do you know about jcl?

658


Explain about LMQUERY�give a dialog information about a data set

912


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

613


Explain the purpose of dd dummy statement?

682


Explain how can the disposition of sysout datasets be set for an entire jobstream?

644


what happens in execution stage in job processing?

659


Explain the function of //cntl statement?

666


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

1106