How do you check the syntax of a JCL without running it?
Answer Posted / wipro
I guess u can use JCLPLUS PACK also !!
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is job control language?
Differentiate between the joblib and the steplib statements?
which utility is used a dummy utility?
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?
List the various advantages of using jcl language?
Explain how can return codes be tested before execution of a job step?
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?
What are the parameters that are used in creating a gdg?
Can we call instream to catalog and catalog to instream?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
How to do automated restart when a job abend?
How does jcl specify the job to the operating system?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Is it possible to define dd statements as you want?