Previous Topic: BROWSEUSS ParameterNext Topic: OMGCICS Parameter


BROWSEUSSPROC Parameter

The BROWSEUSSPROC parameter must be set to YES in order to include the USS process event messages in OPSLOG.

Default value

NO

Other possible values

YES

Set or modify this parameter...

Anytime

Example: BROWSEUSSPROC

This function ensures that USS process message events are included in OPSLOG.

OPSPRM('SET','BROWSEUSSPROC','YES')

MVSSYSn Parameter

There are thirty one MVSSYSn parameters named MVSSYS1 to MVSSYS31. Each MVSSYSn parameter can specify an eight-character system name. When the AOF MESSAGES parameter is set to MVSLIST, CA OPS/MVS will receive and process local messages and messages from systems specified on the MVSSYSn parameters. See the AOFMESSAGES parameter for more information.

Default value: ' '

The default value is a blank which indicates that no system name is specified on this parameter.

Other possible values

8-character system name

This value indicates that CA OPS/MVS should receive and process messages imported from the specified system if the AOFMESSAGES parameter is set to MVSLIST.

Set or modify this parameter...

Anytime

Example: MVSSYSn Parameter

These functions tell CA OPS/MVS to receive and process messages imported from MVSSYSAA and MVSSYSBB if AOFMESSAGES is set to MVSLIST:

OPSPRM('SET','MVSSYS1','MVSSYSAA')
OPSPRM('SET','MVSSYS2','MVSSYSBB')
Usage Recommendations

CA recommends the following regarding the use of the MVSSYSn parameters:

Important! If you specify a value of MVSLIST for AOFMESSAGES and do not specify any system names on MVSSYSn parameters, CA OPS/MVS will not receive and process imported messages. Only local messages will be processed by CA OPS/MVS.