How to execute only th 15th step of JCL consisting of 50 steps?
Answer Posted / madhavi
Restart= step15 will run from 15th step not only 15th step
Is This Answer Correct ? | 28 Yes | 0 No |
Post New Answer View All Answers
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?
how do you code a null statement?
Explain about LMFREE�free data set from its association with data ID
Is it possible to define dd statements as you want?
Explain the function of dd disp parameter?
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?
how can you check if a file is empty using jcl?
What is the function of dd disp parameter?
What are the 4 fields in dd statement?
In sms datasets, what is the function of the dd mgmtclas keyword?
Explain the job statement in jcl?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Explain the function of dd name parameter with a 2 part structure; audit.report?
Which statement is used to identify the private libraries in job?
What does a disposition of (new,catlg,keep) for a dsn mean?