|
How is a typical DB2 batch program executed?
DB2 ( IBM Database 2 ) Interview Questions
(Continued from previous question...)
How is a typical DB2 batch program executed?
There are two methods of executing a DB2 - batch program
1. Use DSN utility to run a DB2 batch program from native TSO. An example is shown:
DSN SYSTEM(DSP3)
RUN PROGRAM(EDD47/0BD) PLAN(EDD470BD) LIB(EDGS01T.OBJ.LOADLIB)
END
2. Use IKJEFT01 utility program to run the above DSN command in a JCL.
(Continued on next question...)
Other Interview Questions
|