how can we override data definitions in jcl.
can any one give detailed example
Answer Posted / meenu
CODE:STEPNAME.DDNAME DD PARAMETERS;
in place of parameters we can write the parameters which we want to override
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
what is use of space parameter in dd statement?
What is the difference between run mode and addressing mode?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
what happens in execution stage in job processing?
how to run batch program without jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Is their any limit for data sets?
What do you understand by the terms: joblib and steplib?
Explain how can the submitting users racf authority be overridden in a job stream?
what is the use of IEBGENER utility?
How can the attributes of one sms dataset be copied to another dataset?
Differentiate between addressing mode and run mode.
In sms datasets, what is the function of the dd mgmtclas keyword?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?