PROC statement

The PROC statement for Space Monitor specifies the function to be run. One PROC statement can be specified at a time.

Subsections:

Syntax

The following syntax diagram shows the keywords for the PROC statement.

Read syntax diagramSkip visual syntax diagramPROC,Optional keyword
Optional keywords
Read syntax diagramSkip visual syntax diagramUSER=*NOuserid(,userid)IMSID= imsidIMSCATHLQ=*NObsdshlqTOSIXCFGRP=*NOTOSI_XCF_group_name

Keywords

The following keywords can be specified on the PROC statement:

USER=
This optional keyword specifies TSO user IDs. Space Monitor sends a notification message to the TSO users when an exception is detected in database data sets.
userid or (userid1,userid2,....., userid20)
Specify up to 20 TSO user IDs.

If the specified TSO user is not logged on to TSO or is disconnected from the terminal, the notification message is discarded.

You can also specify *JOBUSR as one of these user IDs. This value is converted to the user ID of the submitter of the Space Monitor job.

Space Monitor does not check whether the specified TSO user IDs are correct. If an incorrect ID is specified, Space Monitor attempts to send the notification to the user ID and then discards the message.

*NO
Notification message is not sent to the TSO user. USER=*NO is the default value.
IMSID=
This optional keyword specifies the IMSID to capture the database historical records from the History data set. One IMSID can be specified. The IMSID keyword is effective only when the History data set has the Multiple-IMSID option enabled.
IMSCATHLQ=
This optional keyword specifies the high-level qualifier of the bootstrap data set (BSDS), which is one of the system-managed data sets that is associated with the IMS catalog. When the IMS management of ACBs is enabled, specify the high-level qualifier of the BSDS.
bsdshlq
Reads DBDs from the IMS directory instead of DBD libraries by using IMS Tools Catalog Interface. bsdshlq specifies the high-level qualifier of the BSDS.
*NO
Reads DBDs from the DBD library that is specified in the IMS DD statement. IMSCATHLQ=*NO is the default value.
TOSIXCFGRP=
This optional keyword specifies whether to monitor the latest VSAM statistics of IMS online full-function database data sets by using the IMS Tools Online System Interface. Because this keyword is effective only for online databases, you can omit this keyword when you process offline databases.
TOSI_XCF_group_name
Specify the XCF group name for the IMS Tools Online System Interface. The XCF group name is an alphanumeric character string, which begins with TOI and is followed by the characters that are defined on the XCFGROUP parameter in the IMS Tools Online System Interface PROCLIB member.
For more information about the XCFGROUP parameter and the IMS Tools Online System Interface PROCLIB member, see the Tools Base IMS Tools Common Services User's Guide.
*NO
The latest VSAM statistics of online database data sets are not monitored. TOSIXCFGRP=*NO is the default value.