Service Parameters for CICS

An example of the CICS configuration:

<!-- Sample CICS servers - multiple servers may be defined -->                                                          
<MCO         ID="CICA" LUNAME="CICSSYSA" MODENAME="#INTER"    
             TPNAME="*" SYNCLEVEL="0" SECURITY="0"            
/>                                                            
                                                              
<MCO         ID="DEFAULT" LUNAME="CICSTEST" MODENAME="#INTER" 
             TPNAME="*" SYNCLEVEL="0" SECURITY="0"            
/>

Use the following parameters to configure RIMS:

ID
If a CICS client request does not specify a target server ID or the specified target server ID does not exist, Mainframe Access selects the DEFAULT CICS target server, if one has been defined. This CICS target server ID name is used in the configuration of the client. When a CICS request is sent to Mainframe Access this name is sent in the request data and is used to locate the target server definition for the CICS system that will receive the request. Specify DEFAULT or an ID of up to four alphanumeric characters.
LUNAME
Specifies the LU name of the CICS server (also known as the ACBNAME or VTAM APPLID). Specify a LU name of up to eight characters.
MODENAME
Specifies the SNA log mode name that is used by Mainframe Access to indirectly specify SNA session parameters when Mainframe Access initiates sessions with mainframe CICS.
TPNAME
Specifies the server transaction program name for CICS requests.
SYNCLEVEL
Specifies the SNA LU6.2 sync level option to be used on conversations with CICS. Specify 0.
SECURITY
Specifies the security level to be indicated in SNA LU6.2 Attach FMH-5 requests sent to the CICS server.