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
what operation is performed by job statement?
What are the parameter we cannot use in procedure?
Is automatic restart possible in jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
how do you code a null statement?
Describe the various parameters utilized in the creation of a gdg?
How would you understand error(execution phase)?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
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.
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 is the function of the dd dcb keyword?
which parameter is use to declare the name of dataset in dd statement?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
A dd statement consists of 4 fields. Name them?