How do you override a specific DDNAME/SYSIN in PROC from a JCL?
Answer Posted / abhi
JCL should have :
//PROCSTEP.DD DSN=XYZ
| Is This Answer Correct ? | 19 Yes | 16 No |
Post New Answer View All Answers
Explain how can values be passed from the job stream to an executable program?
what happens in execution stage in job processing?
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?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What do you know about jcl?
What is the difference between the positional and keyword parameters? Give examples.
how JCL works?
define cond parameter in jcl?
Explain how can an in-stream dataset be terminated?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
In sms datasets, what is the function of the dd mgmtclas keyword?
What are the difference between jcl and jes?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
what is the resolution for sb37 error
Are there any set of rules for the names of the steps used in a job?