CICS definitions

This section explains the CICS definitions for the sample Token-Ring network and includes the following subsections:


CICS APPLID

Define the CICS APPLID to SNA, as shown under “APPL definition statement”.


System Initialization Table (SIT)

Set these parameters as follows for CICS version 3.x and later:


Connection definition

Use the following sample as a model. Change it, as appropriate to your site, noting the requirements listed after the sample:

  OBJECT CHARACTERISTICS
   CEDA  View Connection( SYB2 )
    Connection     : SYB2
    Group          : SYBCONN
    DEscription    : ARAPAHOE
   CONNECTION IDENTIFIERS
    Netname        : SYBLU02
    INDsys         : 
   REMOTE ATTRIBUTES
    REMOTESYSTem   :
    REMOTEName     :
    REMOTESYSNet   :
   CONNECTION PROPERTIES
    ACcessmethod   : SNA                SNA | IRc | INdirect | Xm
    PRotocol       : Appc               Appc | Lu61 | Exci
    Conntype       :                    Generic | Specific
    SInglesess     : Yes                No | Yes
    DAtastream     : User               User | 3270 | SCs | STrfield | Lms
    RECordformat   : U                  U | Vb
    Queuelimit     : No                 No | 0-9999
    Maxqtime       : No                 No | 0-9999
   OPERATIONAL PROPERTIES
    AUtoconnect    : No                 No | Yes | All
    INService      : Yes                Yes | No
   SECURITY
    SEcurityname   : SYBUSER
    ATtachsec      : Verify             Local | Identify | Verify | Persistent
                                        | Mixidpe
    BINDPassword   :                    PASSWORD NOT SPECIFIED
    BINDSecurity   : No                 No | Yes
    Usedfltuser    : No                 No | Yes
   RECOVERY
    PSrecovery     : Sysdefault         Sysdefault | None
    Xlnaction      : Keep               Keep | Force

Requirements include the following:


Session definition

Use the following sample as a model. Change it as appropriate to your site, noting the requirements listed after the sample:

 OBJECT CHARACTERISTICS
  CEDA  View Sessions( SESLU02 )
   Sessions       : SESLU02
   Group          : SYBCONN
   DEscription    : ARAPAHOE
  SESSION IDENTIFIERS
   Connection     : SYB2
   SESSName       :
   NETnameq       :
   MOdename       : MVSMODE
  SESSION PROPERTIES
   Protocol       : Appc               Appc | Lu61 | Exci
   MAximum        : 001   000          0-999
   RECEIVEPfx     :
   RECEIVECount   :                    1-999
   SENDPfx        :
   SENDCount      :                    1-999
   SENDSize       : 01024              1-30720
   RECEIVESize    : 01024              1-30720
   SESSPriority   : 000                0-255
   Transaction    :
  OPERATOR DEFAULTS
   OPERId         :
   OPERPriority   : 000                0-255
   OPERRsl        : 0                                                  0-24 ...
   OPERSecurity   : 1                                                  1-64 ...
  PRESET SECURITY
   USERId         :
  OPERATIONAL PROPERTIES
   Autoconnect    : No                 No | Yes | All
   INservice      :                    No | Yes
   Buildchain     : Yes                Yes | No
   USERArealen    : 000                0-255
   IOarealen      : 00000   00000      0-32767
   RELreq         : No                 No | Yes
   DIscreq        : No                 No | Yes
   NEPclass       : 000                0-255
  RECOVERY
   RECOVOption    : Sysdefault         Sysdefault | Clearconv | Releasesess
                                       | Uncondrel | None
   RECOVNotify    : None               None | Message | Transaction

Requirements include the following: