How do you override a parameter in Positional parameters?
Answer Posted / mahesh
//STEP EXEC PGM=PRGM1
//DD01 DD DSN=DATA.SET.LIB,DISP=SHR
and if you want to override,then
you have to write like
//STEP.DD01 DD DSN=DATA.SET.OVERRIDE,DISP=SHR
This will override the dataset(data.set.lib)
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
Is it possible to define dd statements as you want?
how to run batch program without jcl?
List the different components of jcl statement?
Explain how can values be passed from the job stream to an executable program?
What is the function of the steplib dd statement?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Explain in DD statement what is the use of DCB parameter?
Differentiate between the joblib and the steplib statements?
What is the function of dd name parameter with a 2 part structure; audit.report?
Explain the function of the steplib dd statement?
What is the syntax of JCL statement?
How do you access an uncatalogued dataset in a jcl?
what is JCL?
what is use of disp parameter in dd statement?
whats the diff bw the evaluate also and and?