Defining logon modes for the server

The logon-mode table, which you specify in the LU APPL definition statement, must be in the SYS1.VTAMLIB concatenation.

The server support requires logon-mode table entries as specified in the following uncompiled example:

APPCDIA logon-mode table for server
*---------------------------------------------------------------------*
* Logmode table entry for the dialogs and the programming interface   *
*---------------------------------------------------------------------*
APPCDIA MODEENT                                                      C
              LOGMODE=APPCDIA,                                       C
              RUSIZE=X'8888',                                        C
              SRCVPAC=X'00',                                         C
              SSNDPAC=X'01',                                         C
          MODEENT                                                    C
  APPCFIF MODEENT                                                    C
              LOGMODE=APPCFIF,                                       C
              RUSIZE=X'8888',                                        C
              SRCVPAC=X'00',                                         C
              SSNDPAC=X'01',                                         C
          MODEENT                                                    C

The RUSIZE gives a user size for sending buffer of 2048 bytes and a receiving buffer of 4096 bytes.