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 |
Describe the DD statement, its meaning, syntax and keywords?
what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.
Does jcl support automatic restart?
When will we need to specify Space parameter ?
How dummy is used in jcl?
how to convert a file form fixed Length to variable length?
What are the 2 types of parameters in dd statement?
If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?
13 Answers Cognizant, Convergys, IBM, TCS, Wipro,
How can i execute 5th step without executing first 4 steps?
How can an in-stream dataset be terminated?
Can anyone tell me the syntax for printing two files at two different destinations in a single step?
What is a MODEL Paramater in GDG ?