I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?
Answer Posted / kalaiarasan
Anshuman is wrong its not EIBEDIT, its IEBEDIT
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is notcat 2 - gs?
Explain how can the submitting users racf authority be overridden in a job stream?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Can I send output of job to my remote device careerride123?
Explain how can an in-stream dataset be terminated?
How is a type of file defined in the jcl that executes the cobol program?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What is condition checking in jcl? Is this possible?
Is it possible to code instream data in a PROC?
What are the utility programs in jcl?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What do you understand by the terms: joblib and steplib?
How would you understand error(execution phase)?
Explain how can a stopped job be started again?