i have a jcl calling proc which has 10 steps, i want to
execute from step5 to step10, where can i code RESTART and
COND parameter?
Answer Posted / raghu
restart= stepname.proc
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the purpose of the dd keylen parameter?
What is the function of the dd mgmtclas keyword in sms datasets?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
how can the same proc be re-used and called by many jobs?
Is their any limit for data sets?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What is the function of the steplib dd statement?
what sort card you will use to copy the data from one dataset to another dataset?
List in order the hierarchical levels of jcl?
Name the statement which can be used to send data to another mvs jes3 node?
Explain about LMQUERY�give a dialog information about a data set
What is timing concept in mainframe?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What is notcat 2 - gs?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?