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 |
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
how to create gdg with out using idcams utility
For how long a job can be executed continuously in a mainframe ?
Explain the hierarchy levels in jcl?
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
how are instream data terminated?
MOD, DELETE; What does a disposition of (,DELETE) mean ?
if we give TIME=0 how many sec that job/step
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
i just need the first and last record from a sequencial file?how
How to print data of sequential file to Spool..?
Describe the JOB statement, its meaning, syntax and significant keywords?