Two examples of the TDPPARM data set are members in dbcpfx.PROCLIB, named TDPCMD0 and TDPCMD1. The TDPCMD0 member is called by the TDP0 job, which is executed when TDP is started. In the same way, the TDPCMD1 member is called by the TDP1 job. Both the TDP0 and TDP1 jobs are located in dbcpfx.PROCLIB.
TDPPARM Command | Function |
---|---|
START CPxxx |
Starts a CP. One command is issued for each CP that communicates with Vantage. |
CONFIG NP LHID nnnnn CONFIG NP DATABASE qualifier CONFIG NP DOMAIN qualifier(s) START NPxxxx |
Configures and starts an NP. One START NP command is issued for each NP that communicates with Vantage. |
ENABLE LOGONS |
Enables users to logon to TDP. |
RUN TDP |
Enables communication with the Teradata server. |
- Make sure that the data set name is included in the TDPPARM DD statement of the JCL that starts TDP.
- Add or change the commands in the TDPPARM data set according to the requirements at your site.For information on the previous commands and other TDP commands that can be used in the TDPPARM data set, see Teradata® Director Program Reference, B035-2416.
- To enable Two-phase commit processing at your site, delete or comment out the DISABLE IRF command in the TDPPARM data set.When Two-phase commit processing is enabled, the two required TDP internal sessions are logged on automatically upon TDP startup.