Answer Posted / jalal
255
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
What is the function of dd disp parameter?
what is the purpose of coding notify parameter in job statement?
Explain how can return codes be tested before execution of a job step?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How gdg are concatenated?
how can the same proc be re-used and called by many jobs?
Name the statement which can be used to send data to another mvs jes3 node?
What is the function of the dd mgmtclas keyword in sms datasets?
Is condition checking possible in jcl?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
how you can access an uncataloged dataset in a JCL?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
how JCL works?
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?