Choosing the access method for MRO

You can specify ACCESSMETHOD(XM) to select MVS™ cross-memory services for an MRO link. Cross-memory services are used only if the other end of the link also specifies cross-memory.

When you specify ACCESSMETHOD(XM) in a connection definition, a region containing this definition uses one of the 512 available MRO XM logons for the LPAR. A region can contain both ACCESSMETHOD(XM) and ACCESSMETHOD(IRC) connections, but if the region contains one or more XM connections then the region uses an MRO XM logon.

To select the CICS Type 3 SVC for interregion communication, use ACCESSMETHOD(IRC).

The use of MVS cross-memory services reduces the number of instructions necessary to transmit messages between regions. Also, less virtual storage is required in the MVS common service area. However, cross-memory services can be less attractive from the security point of view (see Implementing MRO security).

Cross-memory services also require CICS address spaces to be nonswappable. For low-activity systems that would otherwise be eligible for address space swapping, you might prefer to accept the greater path length of the CICS interregion SVC rather than the greater real storage requirements of nonswappable address spaces.

Note: If you are using cross-system multiregion operation (XCF/MRO), CICS selects the XCF access method dynamically—overriding the CONNECTION definition, which can specify either XM or IRC.

Example attributes for CONNECTION resource

CONNECTION(CICB)
The local name for remote system
NETNAME(CICSB)
The APPLID of remote system
ACCESSMETHOD(XM)
Use cross-memory services
QUEUELIMIT(NO)
If no sessions are free, queue all requests
INSERVICE(YES)
ATTACHSEC(LOCAL)
Use link security only
USEDFLTUSER(NO)

Example attributes for SESSIONS resource

SESSIONS(csdname)
Unique csd name
CONNECTION(CICB)
The name of the related CONNECTION resource
PROTOCOL(LU61)
RECEIVEPFX(<)
RECEIVECOUNT(5)
5 receive sessions
SENDPFX(>)
SENDCOUNT(3)
3 send sessions
SESSPRIORITY(100)
IOAREALEN(300)
Minimum TIOA size for sessions