gtpa3m0iApplication Requester User's Guide

Starting the TPF/APPC Application for Use with TPFAR

After all of the definitions have been set up, the last item is to start the TPF/APPC application for use by TPFAR.

  1. Start the TPF/APPC application on the TPF system with the ZROUT command. For example:
    ZROUT START TPAR
     
         or
     
    ZROUT START SVCx
    
  2. Activate the TPF/APPC application on the TPF system with the ZNETW command. For example:
    ZNETW ACT ID-APPC
     
    or
     
    ZNETW ACT ID-SVCx
    
  3. Start the logon manager session with the local CLU. This is done with the ZNETW command. For more information about how to activate CLU-CLU sessions, see TPF ACF/SNA Data Communications Reference.
  4. Initialize the number of allowed sessions with the DB2 LU. Note that the LU name is the same as the PLU name of the DB2 system and mode name is the mode as defined on VTAM on the mode table. (See Defining the Remote DB2 PLU Application for LU 6.2.)
    ZNCNS I LU-TPFDB2T,MODE-TPFMOD1,LIMIT-10,CONW-10,LOCAL-TPAR
     
                       or
     
    ZNCNS I LU-TPFDB2T,MODE-TPFMOD1,LIMIT-10,CONW-10,LOCAL-SVCx
    

    Note:
    Because TPFAR initiates all conversations, LIMIT and CONW should be equal.

See TPF Operations for more information about these commands.