I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
Answer Posted / indira
Hi... Make sure your que is correct
Acc to what I understood from ur que u want to give the override of the 2 dataset in the same jcl itself...if this is the case then make use of symbolic parameter.
In the jcl above before executing the steps use SET parameter to give the name for the override dataset.
For eg -
//SET1 SET HLQ1 = High1
// HLQ2 = High2
....
//DD1 DD DSN= &HLQ1.DS
//DD2 DD DSN =&HLQ2.DS
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When output dataset space is required, what quantity categories are used?
How would you understand error(execution phase)?
What is the format of comment statement?
what happens in conversion stage in job processing?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What is the function of the dd mgmtclas keyword in sms datasets?
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 ?
Explain the purpose of dd dummy statement?
Give the syntax of job specifying jcl statement.
what is the use of IEBGENER utility?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What is the purpose of the dd keylen parameter?
What are the parameter we cannot use in procedure?
In job processing, what happens in conversion stage?
Explain the function of the steplib dd statement?