how to allocate a dynamic dataset in jcl ?
Answer Posted / anju
Using dynamnmbr
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
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?
Is it possible to define dd statements as you want?
What is the significance of addrspc parameter in the exec statement?
How does jcl specify the job to the operating system?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
what is the purpose of coding class parameter in job statement?
is there any way to execute more than one proc in the same exec statement at the same time..?
what are the types of abends that occur on job failure? And explain the possible causes of these
Why block size is multiple of lrecl in jcl?
Explain how can an in-stream dataset be terminated?
Is acct parameter mandatory?
Explain how can a stopped job be started again?
Is condition checking possible in jcl? If yes, how?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain