Answer Posted / venkat
i have ten steps in job,
But i don't want to execute all steps ,i want to execute
step1 and step10.
how do we code can you help me?
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the function of dd name parameter with a 2 part structure; audit.report?
Are there any set of rules for the names of the steps used in a job? What are they?
Explain the jcl exec statement?
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?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
when does a dataset go uncataloged?
Name the statement which can be used to send data to another mvs jes3 node?
how can you check if a file is empty using jcl?
Explain how can an in-stream dataset be terminated?
In job processing, what happens in conversion stage?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Brief description of inline procedure of jcl.
Differentiate between addressing mode and run mode.