how can i code cond parameter in procedures ?
i have a jclk calling a proc which has 10 steps i want to execute
from step 5 to step 10 where can i code restrat parameter or
cond parameter for ths
Answers were Sorted based on User's Feedback
Answer / greeshma
In job parameters give Restart= proc invoked step in
jcl.step in the proc where we want to restart.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shaan
If you want to restart from a particular step from a
cataloged procedure, then type RESTART.PROCSTEPNAME.JOBSTEPNAME.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / prachi
COND parameter can be coded in Job card as well as on STEP..
In this case if you want to execute from STEP5 to STEP10
then you need to code Restart parameter on Job card as
Restart=STEP5
| Is This Answer Correct ? | 0 Yes | 3 No |
how to convert a file form fixed Length to variable length?
Definition of COND parameter in JCL
At what stage, operator can change the class and priority of a submitted job?
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Which storage devices are grouped under DASD and SYSDA ?
Can we create VSAM file by using IEBGENER?
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?
When space is allocated for an output dataset, what units can be used?
if we give TIME=0 how many sec that job/step
How can values be passed from the job stream to an executable program?
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?