Running TSO application programs
You use the DSN command and a variety of DSN subcommands to run TSO applications.
Procedure
To run TSO application programs:
- Log on to TSO.
- Enter the DSN command.
- Respond to the prompt by entering the RUN subcommand.
Results
The terminal monitor program (TMP) attaches the Db2-supplied DSN command processor, which in turn attaches the application program.
Example
The following example runs application program DSN8BC3. The program is in library prefix.RUNLIB.LOAD, which is the name that is assigned to the load module library.
DSN SYSTEM (subsystem-name)
RUN PROGRAM (DSN8BC3) PLAN(DSN8BH13) LIB ('prefix.RUNLIB.LOAD')
END