IF we are calling a PROC from Jcl...This Proc have 3 steps
in it and we want to execute only the second step using the
JCL, How to do it??

Please give the answer ASAP:)

Answer Posted / chandra babu

In job card : RESTART=Step name of the PROC.Step02,
COND=(0,LE, Step name of the PROC .Step03)

Is it correct?

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by jcl?

625


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7598


what are the various stages of job processing?

736


What is the function of job statement in jcl?

634


List the various advantages of using jcl language?

848






Explain how can a stopped job be started again?

636


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2216


What is the function of dd name parameter with a 2 part structure; audit.report?

698


how can the same proc be re-used and called by many jobs?

903


what is SOC4 error?

732


What do you understand by the term notcat 2 – gs?

749


what JCL Procedures?

697


How to pass the parameter in parm using linkage section ? (syntax)?

645


Is it possible to code instream data in a PROC?

748


What are the 2 types of parameters in dd statement?

642