Creating your own transaction program name and setting QCNTSRVC
To create your own transaction program name (TPN) and set QCNTSRVC, do the following tasks.
- Setting QCNTSRVC as a transaction program name on a DB2 UDB for iSeries application requester
Specify the QCNTSRVC on the TNSPGM parameter of the Add Relational Database Directory Entry (ADDRDBDIRE) or Change Relational Database Directory Entry (CHGRDBDIRE) command.
- Creating your own transaction program name for debugging a DB2 UDB for iSeries application server job
You can create your own transaction program name (TPN) by compiling a CL program that contains debug statements and a TFRCTL QSYS/QCNTEDDM statement at the end. The advantage of this is that you do not need any manual intervention when making the connection.
- Setting QCNTSRVC as a transaction program name on a DB2 UDB for VM application requester
Change the UCOMDIR NAMES file to specify QCNTSRVC in the TPN tag.
- Setting QCNTSRVC as a transaction program name on a DB2 UDB for z/OS application requester
Update the SYSIBM.LOCATIONS table to specify QCNTSRVC in the TPN column for the row that contains the RDB-NAME of the DB2 Universal Database™ for iSeries™ application server.
- Setting QCNTSRVC as a transaction program name on a DB2 for Linux, UNIX, and Windows application requester
If you are working with DB2® for Linux®, UNIX®, and Windows® and would like instructions on how to set up the TPN on this family of products, there is a Web page to help you.
Parent topic:
Starting a service job to diagnose application server problems
Related tasks
Service jobs for APPC servers