Connectivity Options

APF authorization is not required for the connectivity options.

LU2_NAME = applid

where:

applid
Tells MSO which VTAM applid to use. Users logging onto MSO use an applid to log onto MSO from a VTAM screen.

Default: None

TRANSID = CICStransactionID

where:

CICStransactionID
Is a CICS-only parameter that specifies the CICS transaction that is to be executed when an MSO/CICS user returns to CICS. If TRANSID is not specified, MSO clears the screen when done.

Default: None, unless CMSOTABL is reassembled.

CICSBREAK = {NONE|PAn|PFnn}

where:

NONE
Means that there is no CICS Session Termination key.

PAn
Sets any PA key (from 1 to 3) as a CICS Termination key.

PFnn
Sets any PF key (from 1 to 24) as a CICS Termination key.

This is a CICS-only parameter. When a CICS Termination key is pressed, the user's MSO session is terminated and all the user's resources freed. Care should be taken that CICSBREAK does not specify the same key used for CICS screen printing, and that it does not specify a key that will be used in any FOCUS applications that might be run.

CICSBREAK replaces the ATTNKEY parameter from Release 6.8 and earlier.

It is recommended that this feature not be used. The FIN command should be used to terminate an MSO/FOCUS session.

Default: NONE


Information Builders