I have three files for one step i need to override the
third file how to do that in jcl?



I have three files for one step i need to override the third file how to do that in jcl?..

Answer / 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

More JCL Interview Questions

HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?

1 Answers   IBM,


how to create gdg with out using idcams utility

8 Answers   DSRC,


For how long a job can be executed continuously in a mainframe ?

4 Answers  


Explain the hierarchy levels in jcl?

0 Answers  


if we compile the cobol+ db2 program now ofter 5 years we need to compile again?

1 Answers   TCS,






how are instream data terminated?

3 Answers   Tech Mahindra,


MOD, DELETE; What does a disposition of (,DELETE) mean ?

3 Answers  


if we give TIME=0 how many sec that job/step

14 Answers  


01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable

1 Answers  


i just need the first and last record from a sequencial file?how

2 Answers  


How to print data of sequential file to Spool..?

2 Answers  


Describe the JOB statement, its meaning, syntax and significant keywords?

1 Answers  


Categories