HP 3000 Manuals

Logmode Table Examples [ HP SNA Products Remote System Configuration Guide ] MPE/iX 5.0 Documentation


HP SNA Products Remote System Configuration Guide

Logmode Table Examples 

The Logmode table and the configuration of the host application subsystem
determine the operational characteristics of a session.  The following is
an example of the Logmode table for the NCP/VTAM configuration examples.
Remember, you must use the operands and values that are in bold.

     HPMODTAB MODTAB
     *
     * The following entry is an example for SNA NRJE for JES2.
     *
     MODENRJE MODEENT LOGMODE =MODENRJE,
                    FMPROF=X'03', 
                    TSPROF=X'03', 
                    PRIPROT=X'B3', 
                    SECPROT=X'A3',
                    COMPROT=X'7080', 
                    RUSIZES=X'8686', 
                    PSNDPAC=3,
                    SRCVPAC=3,
                    SSNDPAC=3,
                    PSERVIC=X'01102000F100C00000010040'
     *
     * The following three entries are examples for SNA IMF.
     *
     IMF1920 MODEENT LOGMODE =IMF1920,
                    FMPROF=X'03', 
                    TSPROF=X'03', 
                    PRIPROT=X'B1',
                    SECPROT=X'B0',
                    COMPROT=X'3080', 
                    RUSIZES=X'8585',
                    PSNDPAC=3,
                    SRCVPAC=3,
                    SSNDPAC=3,
                    PSERVIC=X'020000000000000000000200'
     *
     IMFLU1 MODEENT LOGMODE =IMFLU1,
                    FMPROF=X'03', 
                    TSPROF=X'03', 
                    PRIPROT=X'B1',
                    SECPROT=X'B0',
                    COMPROT=X'3080', 
                    RUSIZES=X'8587',
                    PSNDPAC=3,
                    SRCVPAC=3,
                    SSNDPAC=3,
                    PSERVIC=X'01000000E100000000000000'
     *
     IMFLU3 MODEENT LOGMODE =IMFLU3,
                    FMPROF=X'03', 
                    TSPROF=X'03', 
                    PRIPROT=X'B1',
                    SECPROT=X'B0',
                    COMPROT=X'3080', 
                    RUSIZES=X'8587',
                    PSNDPAC=3,
                    SRCVPAC=3,
                    SSNDPAC=3,
                    PSERVIC=X'030000000000000000000200'
     *

     * The following four entries are examples for the IBM 3270
     * display stations used by SNA DHCF/iX.
     *
     DHCF1920 MODEENT LOGMODE =DHCF1920,
                    FMPROF=X'03', 
                    TSPROF=X'03', 
                    PRIPROT=X'B1',
                    SECPROT=X'90',
                    COMPROT=X'3080', 
                    RUSIZES=X'87C7',
                    PSERVIC=X'020000000000185000007E00'
     *
     DHCF2560 MODEENT LOGMODE =DHCF2560, 
                    FMPROF=X'03', 
                    TSPROF=X'03', 
                    PRIPROT=X'B1',
                    SECPROT=X'90',
                    COMPROT=X'3080', 
                    RUSIZES=X'87C7',
                    PSERVIC=X'020000000000205000007E00'
     *
     DHCF3440 MODEENT LOGMODE =DHCF3440,
                    FMPROF=X'03', 
                    TSPROF=X'03', 
                    PRIPROT=X'B1', 
                    SECPROT=X'B0',
                    COMPROT=X'3080', 
                    RUSIZES=X'8989',
                    PSNDPAC=3,
                    SRCVPAC=3,
                    SSNDPAC=3,
                    PSERVIC=X'0200000000002B5000007E00'
     *
     BSC1920 MODEENT LOGMODE= BSC1920, 
                    FMPROF=X'02' 
                    TSPROF=X'02' 
                    PRIPROT=X'71' 
                    SECPROT=X'40' 
                    COMPROT=X'2000' 
                    RUSIZE=X'0000'
                    PSERVIC=X'000000000000185000007E00'
     *
     * The following table is an example for LU 6.2 API or HP SNADS/iX.
     *
     MODE62 MODEENT LOGMODE =MODE62,
                    PSNDPAC=3,
                    SRCVPAC=0,
                    SSNDPAC=0
                    PSERVIC=X'000000000000000000000000'
     *



MPE/iX 5.0 Documentation