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 / biswajit
Sorry there is little modification on JOB CARD to my
earlier answer.
In Job card RESTART = Proc stepname.stepname ie
STEP2.Stepname of job that invokes the proc This will result
to start at STEP2 of proc.
In Exec statement of the job that invoking the proc u can
code COND.STEP3 = (0,LE),The result of this is the STEP3
of proc will have COND=(0,LE).Whcih is allways true so this
step will be always bypassed.As a result of both only STEP2
of proc will be excuted.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
how you will the direct the data to spool using sysout option?
what is the JCL statement consists of?
what happens in conversion stage in job processing?
What are the 4 fields in dd statement?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is the maximum length of a single line of jcl?
how do you code a null statement?
what are the types of abends that occur on job failure? And explain the possible causes of these
is there any way to execute more than one proc in the same exec statement at the same time..?
Name what parameter directs the output of the job log dataset?
Explain about ISPF/TSO Commands
What are hierarchy levels in jcl?
Explain the purpose of dd dummy statement?
How can a jobs execution priority be modified?
write a jcl to execute a job by 7:00 am on jan 20,1986?