InterviewSolution
Saved Bookmarks
| 1. |
Explain In Brief How Is A Typical Db2 Batch Program Gets Executed ? |
|
Answer» You should USE DSN UTILITY to run a DB2 BATCH PROGRAM from native TSO An example is SHOWN: DSN SYSTEM(DSP3) RUN PROGRAM(EDD470BD) PLAN(EDD470BD) LIB('ED01TOBJLOADLIB') END Use IKJEFT01 utility program to run the above DSN command in a JCL You should Use DSN utility to run a DB2 batch program from native TSO An example is shown: DSN SYSTEM(DSP3) RUN PROGRAM(EDD470BD) PLAN(EDD470BD) LIB('ED01TOBJLOADLIB') END Use IKJEFT01 utility program to run the above DSN command in a JCL |
|