Figure 21. APPC Logon Mode Entries - APPCMODE.ASM Add these modes to your Logmode Table, compile, and link-edit the member into a VTAM library. Also include them in the default Logmode Table (ISTINCLM), if they are not already present, so that dynamically created LUs can use them.

For performance reasons, knowledgeable users can choose to use their own mode entry (as opposed to #INTER) that is based on their network characteristics. If a different mode is used, it must have a corresponding definition at each configured workstation.

Figure 21. APPC Logon Mode Entries - APPCMODE.ASM

************************************************************************
*        LOGMODE TABLE ENTRY FOR RESOURCES CAPABLE OF ACTING           *
*        AS LU 6.2 DEVICES                                             *
************************************************************************
SNASVCMG MODEENT LOGMODE=SNASVCMG,FMPROF=X'13',TSPROF=X'07',
               PRIPROT=X'B0',SECPROT=X'B0',COMPROT=X'D0B1',            *
               RUSIZES=X'8686',ENCR=B'0000',SSNDPAC=7,                 *
               PSERVIC=X'060200000000000000000300',                    *
               SRCVPAC=7,PSNDPAC=7,TYPE=0
         TITLE '#INTER'
************************************************************************
*        LOGMODE TABLE FOR INTERACTIVE SESSIONS ON RESOURCES           *
*        CAPABLE OF ACTING AS LU 6.2 DEVICES                           *
************************************************************************
#INTER   MODEENT LOGMODE=#INTER,                                       *
               ENCR=B'0000',SSNDPAC=7,                                 *
               SRCVPAC=7,PSNDPAC=7,RUSIZES=X'F7F7'
         TITLE 'CPSVCMG'
************************************************************************
*        LOGMODE TABLE FOR CP-CP SESSIONS ON RESOURCES CAPABLE         *
*        OF ACTING AS LU 6.2 DEVICES                                   *
************************************************************************
CPSVCMG  MODEENT LOGMODE=CPSCVMG,
               RUSIZES=X'8686',ENCR=B'0000',
               SSNDPAC=7,SRCVPAC=7,PSNDPAC=7
         TITLE 'QPCSUPP'
************************************************************************
*        LOGMODE TABLE ENTRY FOR RESOURCES CAPABLE OF ACTING           *
*        AS LU 6.2 DEVICES                                             *
*        REQUIRED FOR LU MANAGEMENT                                    *
************************************************************************
QPCSUPP MODEENT LOGMODE=QPCSUPP,FMPROF=X'13',TSPROF=X'07',
               PRIPROT=X'B0',SECPROT=X'B0',COMPROT=X'D0B1',
               RUSIZES=X'8585',ENCR=B'0000',
               PSERVIC=X'060200000000000000000300'