SYSINFO function
Use the SYSINFO function to request and receive information (in variables) about all TOM PASs that are running on a MVS system, regardless of the TOMPLEX to which the MVS system belongs.
When the TOMEXEC SYSINFO function is specified, the following REXX stem variables are returned:
- TOM.0 represents the number of TOM PASs that were found.
- TOM.n represents the ID of the TOM PAS.
- TOMXCF.n represents the name of the TOMPLEX to which the TOM belongs.
- TOMVER.n represents the release version of the TOM PAS.
The following table shows the command and parameter:
Command | Parameters |
---|---|
TOMEXEC FUNCTION(SYSINFO) | TOMPLEX(tomplex name) |
The following table describes the parameter:
Parameter | Function |
---|---|
TOMPLEX | Specify the name of the TOMPLEX to which the TOM belongs when you want to restrict the search to a specific group name. For example, if you want to find only TOMs belonging to the default BMCTOM group name, specify: TOMPLEX(BMCTOM). |
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*