This section explains the CICS definitions for the sample Token-Ring network and includes the following subsections:
Define the CICS APPLID to SNA, as shown under “APPL definition statement”.
Set these parameters as follows for CICS version 3.x and later:
ISC=YES
TCP=YES
SEC=YES, if using an external security manager
SNA=YES
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:
The connection and session are related by the Connection parameter in the OBJECT CHARACTERISTICS and SESSION IDENTIFIERS definitions.
The Netname parameter corresponds to an LU name defined to SNA.
Set the SInglesess parameter to Yes for dependent LUs.
Set AUtoconnect to No for single sessions.
For conversation-level security:
Set the SEcurityname parameter to a user ID specified in the CICS sign-on table, or use the default sign-on table entry and enter a valid RACF ID.
Set the ATtachsec parameter to Verify.
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:
The connection and session are related by the Connection parameter in the OBJECT CHARACTERISTICS and SESSION IDENTIFIERS definitions.
On the SESSION definition, set MAximum=001 000. This setting both defines one session for the LU and sets CICS as the contention loser, improving performance during session initiation (BIND).
Set SENDSize and RECEIVESize to match the value specified in the RUSIZES parameter of the chosen logmode.
AUtoconnect determines whether CICS attempts to bind sessions when the connection is established. Set this parameter to No.