Suppose I have Five Steps in PROC In this Case I want to
Execute third Step in PROC using Main JCL don't use any COND
Explain with Coding Thanks & Regards
SHREE
Answer Posted / guest
Thru CA7 we can restart the job from the step wherever you
want.First RUNH,JOB=JOBNAME after that XQ,JOB=JOBNAME Give
F in front of the job in the left side after that mention
the step name and put X in front of that left side and hit
enter.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Name what parameter directs the output of the job log dataset?
Is it possible to left uncode disp?
Differentiate between the joblib and the steplib statements?
what happens in execution stage in job processing?
What are hierarchy levels in jcl?
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?
how do you code a null statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What is the purpose of the dd keylen parameter?
Are there any set of rules for the names of the steps used in a job? What are they?
What are the parameter we cannot use in procedure?
what is the JCL statement consists of?
For what purpose steplib and joblib are used ?
what is DSN parameter and DISP parameter is used for?
Explain the function of the steplib dd statement?