How do you override a specific DDNAME/SYSIN in PROC from a JCL?
Answer Posted / raak
u have to give //procstep.ddname dsn=.....
| Is This Answer Correct ? | 59 Yes | 4 No |
Post New Answer View All Answers
what is the purpose of coding class parameter in job statement?
List the various advantages of using jcl language?
Name a few IBM utility programs, and explain its function.
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what is DSN parameter and DISP parameter is used for?
in ways data can be passed to a COBOL program from JCL?
What is catelog procedure and how many catelog procedure to use in one job?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Explain the function of a dd statement?
How is the record format of an output dataset specified?
what is DD statement is used in JCL?
Are there any set of rules for the names of the steps used in a job? What are they?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?