I have three files for one step i need to override the
third file how to do that in jcl?
Answer Posted / pp
you can override 3 file.
//stepname.ddname dd
// dd
// dd dsn=give third file here
stepname can be found in proc
ddname can be found in proc
| Is This Answer Correct ? | 39 Yes | 0 No |
Post New Answer View All Answers
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) ?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
is there any way to execute more than one proc in the same exec statement at the same time..?
what is the purpose of coding class parameter in job statement?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What do you know about jcl?
What is the difference between the positional and keyword parameters? Give examples.
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Is there any command to check wether the ps file is in sorted order?
Is their any limit for data sets?
Explain how can return codes be tested before execution of a job step?
How can return codes be tested before execution of a job step?
Must tape dataset definitions include vol=ser specifications?
What happens if both JOBLIB & STEPLIB is specified ?