Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

SET-SYSTEM-PARAMETERS Define SYSTEM monitoring parameters

This statement is used to define the devices for the SYSTEM monitoring program.

Format

SET-SYSTEM-PARAMETERS                                                                                                                        

DEVICES = *NONE / *ALL / *SPECIFIED(...)


*SPECIFIED(...)



|

DEVICE = *NOT-SPECIFIED / list-poss(256): *DISK / *TAPE / <alphanum-name 2..4 with-wild>



|

,PUBSET = *NOT-SPECIFIED / list-poss(64): <alphanum-name 1..4>

Operands

DEVICES =
The specified devices are added to the monitoring program definition.

DEVICES = *NONE
No devices are added to the monitoring program definition.

DEVICES = *ALL
All devices accept the communication components are added to the monitoring program definition.

DEVICES = *SPECIFIED(...)
The specified devices and/or pubsets are added to the monitoring program definition.

DEVICE = *NOT-SPECIFIED
No devices are added to the monitoring program definition on the basis of their device name.

DEVICE = list-poss(256): *DISK
All disk devices are added to the monitoring program definition.

DEVICE = list-poss(256): *TAPE
All tape devices are added to the monitoring program definition.

DEVICE = list-poss(256): <alphanum-name 2..4 with-wild>
The mnemonic device names of the devices to be monitored are added to the monitoring program definition. A check is carried out to establish whether the devices are defined in the configuration. * is permitted as a wildcard as the last character.

PUBSET = *NOT-SPECIFIED
No pubsets are added to the monitoring program definition on the basis of their pubset name.

PUBSET = list-poss(64): <alphanum-name 1..4>
Pubsets are added to the monitoring program definition on the basis of their pubset name.

SM2R1 uses the devices defined here to determine, among other things, the time equivalent for the productive performance of the peripherals (report group RST, report 61) and the dilation factor (report group DILATION, report 57).

If possible, all devices should be monitored to capture precise values. If these reports are required, it is recommended that you specify DEVICE=(*DISK,*TAPE).