Network Hardware User Manual
118 U3585-J-Z125-8-76
SET-COSMOS-PARAMETER Statements for SM2 administrators
OUTPUT = *DISK(...)
The COSMOS monitored data is written sequentially to the files on hard disk; i.e. there is
one write task for each output file. If a monitored data buffer is full, a write task is activated
that writes the buffer to the appropriate file.
FILE-NAME = list-poss(16): <filename 1..54 without-gen-vers>
Specifies the file(s) to which the COSMOS monitored data is written.
OUTPUT = *WRAP-AROUND(...)
COSMOS monitored data is written to a file on disk. If the disk space allocated (PRIMARY-
ALLOCATION) is insufficient, the file is overwritten from the top. The secondary allocation
(SECONDARY-ALLOCATION) must be set to zero.
FILE-NAME = <filename 1..54 without-gen-vers>
Specifies the file to which COSMOS monitored data is written.
OUTPUT = *TAPE(...)
The COSMOS monitored data is written sequentially to the files on tape (this works as
described for OUTPUT=*DISK).
FILE-NAME = list-poss(16): <filename 1..54 without-gen-vers>
Specifies the file(s) to which COSMOS monitored data is written.
OUTPUT = *STREAM-TAPE(...)
The COSMOS output files are written in streaming mode. This reduces the chances of
events not being recorded, because the files are written to the tape continuously without
any repositioning of the tape.
FILE-NAME = list-poss(16): <filename 1..54 without-gen-vers>
Specifies the file(s) to which COSMOS monitored data is written.
TASK-SELECTION =
Specifies the tasks to be monitored.
TASK-SELECTION = *ALL
All tasks are monitored.
TASK-SELECTION = *SPECIFIED(...)
Specifies the tasks to be monitored by means of their TSN, user ID, job name, category or
type.
JOB-NAME =
The tasks are selected by means of their job name.
JOB-NAME = *NOT-SPECIFIED
No tasks are selected by means of their job name.
JOB-NAME = list-poss(8): <alphanum-name 1..8 with-wild>
Specifies the job names of the tasks to be monitored. An asterisk (*) is also permitted
as the last character in a wildcard specification.