Name |
Details |
Description |
This function will return several lines of output explaining which address spaces are using the most mainframe system resources. |
Syntax |
EVORXSYS('variable') where: variable A 1 to 8-character name for a compound variable that will be built to hold the returned messages. If not specified, the default stem variable “SYS” will be used. The stem (“SYS.0”) value will hold the number of lines of output. |
Return Value |
A variable can be assigned to the command to hold one of these possible return texts:
|
REXX Example |
/*REXX*/ x = EVORXSYS(‘DATA’) if x = ‘OK’ then do
exit |
REXX Example Output |
EVORXSYS(1): -Highest CPU user at .9% is RMFGAT EVORXSYS(2): -Max number of pages fixed below 16MB (000132 frames is BBOS001 EVORXSYS(3): -Largest user of VSTOR (0006698 frames) is GRS EVORXSYS(4): -Highest user of total SRM service is ROYM EVORXSYS(5): -System CPU usage= 6%, Demand page rate=00000 pages/sec |