z/OS Communications Server: SNA Resource Definition Samples
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Default logon mode table for dynamic CDRSCs

z/OS Communications Server: SNA Resource Definition Samples
SC27-3676-00

You can define a default logon mode table for dynamic cross-domain resources. This table is used to correlate a logon mode name with a set of session parameters for a dynamic cross-domain resource session SLU.

You specify the name of this table using the DYNMODTB start option. You can change the DYNMODTB value while VTAM® is running by using the MODIFY VTAMOPTS command or the MODIFY TABLE,OPTION=LOAD command.

The example that follows illustrates such a table, SMPDYNLM, that assigns a different set of session parameters to each of three logon mode names: DYNBATCH, DYNINTER, and DYNDEFLT.
* /* START OF SPECIFICATIONS ****
*
*01*  MODULE-NAME = SMPDYNLM
*
*01*  DESCRIPTIVE-NAME = DEFAULT LOGON MODE TABLE for Dynamic CDRSCs
*
*     To use this table for all dynamic CDRSCs use the following
*     START option settings:
*
*       DYNMODTB=SMPDYNLM
*            and
*       DYNDLGMD=DYNBATCH or DYNINTER or DYNDEFLT
*
**** END OF SPECIFICATIONS ***/
         EJECT
SMPDYNLM MODETAB
         EJECT
***********************************************************************
*                                                                     *
*        LOGMODE TABLE FOR BATCH SESSIONS ON RESOURCES CAPABLE        *
*        OF ACTING AS LU 6.2 DEVICES                                  *
*                                                                     *
***********************************************************************
DYNBATCH MODEENT LOGMODE=DYNBATCH,FMPROF=X'13',TSPROF=X'07',           *
               ENCR=B'0000',SSNDPAC=3,RUSIZES=X'F7F7',                 *
               SRCVPAC=3,PSNDPAC=3,APPNCOS=#BATCH
***********************************************************************
*                                                                     *
*        LOGMODE TABLE FOR INTERACTIVE SESSIONS ON RESOURCES          *
*        CAPABLE OF ACTING AS LU 6.2 DEVICES                          *
*                                                                     *
***********************************************************************
DYNINTER MODEENT LOGMODE=DYNINTER,FMPROF=X'13',TSPROF=X'07',           *
               ENCR=B'0000',SSNDPAC=7,RUSIZES=X'F7F7',                 *
               SRCVPAC=7,PSNDPAC=7,APPNCOS=#INTER
***********************************************************************
*                                                                     *
*        LOGMODE TABLE ENTRY THAT SUPPLIES A DEFAULT COS              *
*        AND USES LU 6.2 DEVICE CHARACTERISTICS                       *
*                                                                     *
***********************************************************************
DYNDEFLT MODEENT LOGMODE=DYNDEFLT,FMPROF=X'13',                        *
               TSPROF=X'07',PRIPROT=X'B0',SECPROT=X'B0',               *
               COMPROT=X'D0B1',PSERVIC=X'060200000000000000000300',    *
               RUSIZES=X'8989',ENCR=B'0000',TYPE=0,                    *
               APPNCOS=#CONNECT
         MODEEND ,                     END OF DEFAULT TABLE ENTRIES
         END                         , END OF SMPDYNLM

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014