How to execute only th 15th step of JCL consisting of 50 steps?
Answers were Sorted based on User's Feedback
Answer / niki
If u want to run only step 15 delete all steps before
step15 and put null statement after 15 step.
| Is This Answer Correct ? | 0 Yes | 16 No |
Answer / suresh
we need to mention restart = step15 at job statement
| Is This Answer Correct ? | 4 Yes | 26 No |
Which statement is used to identify the private libraries in job?
If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?
Explain the function of the steplib dd statement?
what is JCL?
Please explain with syntax and an example, the Inrec fields and Outrec build in sort.
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
What is the error code SOC01 indicate ?
wht r different types of sorts ?
what is static and dynamic call with examples?
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.