Starting z/OS Debugger from Db2 stored procedures

Before you run the stored procedure, verify that you have completed all the instructions in Preparing a Db2 stored procedures program.

To verify that the stored procedure has started, enter the following Db2® Display command, where xxxx is the name of the stored procedure:
Display Procedure(xxxx)
If the stored procedure is not started, enter the following Db2 command:
Start procedure(xxxx)

If z/OS® Debugger or the remote debugger do not start when the stored procedure calls them, verify that you have correctly specified connection information (for example, the TCP/IP address and port number) in the Language Environment® EQAD3CXT exit routine or the Db2 catalog.

Refer to the following topics for more information related to the material discussed in this topic.