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-TASK-PARAMETERS Define TASK monitoring parameters

This statement is used to define the tasks and devices for the TASK monitoring program. All tasks can be selected, but this results in a higher system load. Tasks can be explicitly defined using a list of TSNs, user IDs, job names and job classes. Tasks can also be selected by specifying a task attribute.

If tasks are defined by specifying multiple selection criteria, the selection is made by logical ORing, i.e. a task is selected if at least one of the specified criteria has been satisfied.

Format

SET-TASK-PARAMETERS                                                                                                                              

TASK-SELECTION = *ALL / *SPECIFIED(...)


*SPECIFIED(...)



|

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



|

,USER-ID = *NOT-SPECIFIED / list-poss(32): <alphanum-name 1..8 with-wild>



|

,JOB-NAME = *NOT-SPECIFIED / list-poss(32): <alphanum-name 1..8 with-wild>



|

,JOB-CLASS = *NOT-SPECIFIED / list-poss(32): <alphanum-name 1..8 with-wild>



|

,TYPE = *NOT-SPECIFIED / list-poss(4): *SYSTEM / *BATCH / *DIALOG / *TP

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


*SPECIFIED(...)



|

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



|

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

Operands

TASK-SELECTION =
The specified tasks are added to the monitoring program definition.

TASK-SELECTION = *ALL
All tasks are added to the monitoring program definition.

TASK-SELECTION = *SPECIFIED(...)
Tasks are selected on the basis of their TSN, user ID, job name, job class or type and added to the monitoring program definition.

TSN =

TSN = *NOT-SPECIFIED
No tasks are added to the monitoring program definition on the basis of their TSN.

TSN = list-poss(64): <alphanum-name 1..4>
Tasks are added to the monitoring program definition on the basis of their TSN. A task with the specified TSN is only monitored provided it already exists at startup of the TASK monitoring program.

USER-ID =

USER-ID = *NOT-SPECIFIED
No tasks are added to the monitoring program definition on the basis of their user ID.

USER-ID = list-poss(32): <alphanum-name 1..8>
Tasks are added to the monitoring program definition on the basis of their user ID. * is permitted as a wildcard as the last character. All tasks of the specified user ID that already exist at startup of the TASK monitoring program are monitored, as well as all those that are created during the monitoring program run. The user IDs are to be specified without $.

JOB-NAME =

JOB-NAME = *NOT-SPECIFIED
No tasks are added to the monitoring program definition on the basis of their job names.

JOB-NAME = list-poss(32): <alphanum-name 1..8>
Tasks are added to the monitoring program definition on the basis of the job name. * is permitted as a wildcard as the last character. All tasks with the specified job name that have the specified job name at the time of selection (START-MEASUREMENT-PROGRAM or LOGON) are monitored.

JOB-CLASS =

JOB-CLASS = *NOT-SPECIFIED
No tasks are added to the monitoring program definition on the basis of their job class.

JOB-CLASS = list-poss(32): <alphanum-name 1..8>
Tasks are added to the monitoring program definition on the basis of the job class. * is permitted as a wildcard as the last character. All tasks of the specified job class that belong to the job class at the time of selection (START-MEASUREMENT-PROGRAM or LOGON) are monitored.

TYPE =
Tasks are added to the monitoring program definition on the basis of their task attribute. All tasks that have the specified task attribute at the time of selection (START-MEASUREMENT-PROGRAM or LOGON) are monitored. If a task changes the task attribute during the monitoring program run, this has no effect on monitoring. In other words, it is not added to or removed from what is monitored as a result of this.

TYPE = *NOT-SPECIFIED
No tasks are added to the monitoring program definition on the basis of the task attribute.

TYPE = list-poss(4): *SYSTEM / *BATCH / *DIALOG / *TP

*SYSTEM:

All system tasks are added to the monitoring program definition.

*BATCH:

All batch tasks are added to the monitoring program definition.

*DIALOG:

All dialog tasks are added to the monitoring program definition.

*TP:

All TP tasks are added to the monitoring program definition.


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 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(64): *DISK
All disk devices are added to the monitoring program definition.

DEVICE = list-poss(64): <alphanum-name 2..4 with-wild>
The specified devices are added to the monitoring program definition. * 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.

A maximum of 64 devices are added to the monitoring program definition. If there is a partial qualification, or a selection via pubset or *DISK or *ALL, the devices are selected in the following order of priority:
  • fully qualified devices

  • devices who belong to a pubset (in the sequence in the PDT (Physical Device Table) and in the pubsets)

  • partially qualified devices (in the sequence of the partially qualified devicenames and in the PDT)

  • *DISK (disks in the sequence in the PDT)

  • *ALL (alle devices in the sequence in the PDT, expect remote data processing devices)