In my JCL 10 Steps Will Be there Now i want to execute
step05 And step06. How to Give the Cond?
Answers were Sorted based on User's Feedback
Answer / muttaiah
Give restart=step05 in job card & cond=(0,le) in step7
through step10.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / sujitha
specify RESTART=STEP5 in job card and after the step6
mention the null identifier(//).
| Is This Answer Correct ? | 4 Yes | 0 No |
Are there any set of rules for the names of the steps used in a job? What are they?
A job has 150 steps i want to execute only 57th step
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Give the syntax of job specifying jcl statement.
How is the keyword DUMMY used in JCL?
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
How to print the Output to SPOOL using MSGCLASS and SYSOUT ?
Explain the function of the dd dcb keyword?
What are the common jcl syntax errors you get? This is not abends?
What is the difference between BLKSIZE and LRECL?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
you have one jcl .in sort step 5 files are there.if out of 5 files if one file is uncataloged or not there then how will you correct your jcl so that problem does not come. you should not create this file externally.how will u overcome it.