This statement is used to define the devices for the SYSTEM monitoring program.
Format
SET-SYSTEM-PARAMETERS | ||||||||||||||||
|
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.
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).