IF we are calling a PROC from Jcl...This Proc have 3 steps
in it and we want to execute only the second step using the
JCL, How to do it??
Please give the answer ASAP:)
Answer Posted / gani.....
in job card give restart=jobstename.procstepname
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What happens if both JOBLIB & STEPLIB is specified ?
Which statement is used to identify the private libraries in job?
How do you create a temporary dataset?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Which dd parameters are required?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
what is “Cond= even” and “Cond=only”?
what is the resolution for sb37 error
How to submit a jcl from cics?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How do you submit a job for execution?
how you can direct the data to spool using SYSOUT option?
A dd statement consists of 4 fields. Name them?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Is automatic restart possible in jcl?