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(EDD470BD) PLAN(EDD470BD) LIB(’EDGS01T.OBJ.LOADLIB’)END
2. Use IKJEFT01 utility program to run the above DSN command in a JCL.