The LIST (or LI) command obtains a list of defined Load-Indexes.
Use the following operator command:
F CONTROLM,LOAD-INDEX LIST,parameters  | 
The following parameters can be used in this command:
Table 87b Parameters of the LOAD-INDEX LIST command
Parameter  | 
Description  | 
|---|---|
NAME  | 
(Optional) Limit the list of Load-Indexes by name. Masking is supported. The default is NAME=* (that is, the list includes all defined Load-Indexes).  | 
TYPE  | 
(Optional) Limit the list of Load-Indexes by type. Valid values: UTIL, 4HRA, EXT  | 
ISOVERRIDDEN (or ISOVER)  | 
(Optional) Limit the list of Load-Indexes by whether or not their load levels are currently overridden. Valid values: Y (Yes) | N (No)  | 
LEVEL (or LVL)  | 
(Optional) Limit the list of Load-Indexes by current load level, including Load-Indexes of the specified level only. Valid values: CRITICAL, V-HIGH, HIGH, MEDIUM, LOW, IDLE  | 
FROMLEVEL (or FROMLVL)  | 
(Optional) Limit the list of Load-Indexes by minimum load level, including Load-Indexes of the specified level and all higher levels. Valid values: CRITICAL, V-HIGH, HIGH, MEDIUM, LOW, IDLE  | 
DETAILS  | 
(Optional) Show full details for each Load-Index in the list.  | 
Examples:
The command LOAD-INDEX LIST NAME=* returned the following list of Load-Indexes. This list contains only the most basic details for each Load-Index — Name, Type, Level, and Override status.
WLIC10I NAME=INDEX1          TYPE=4HRA LEVEL=MEDIUM OVERRIDDEN=Y
WLIC10I NAME=INDEX2          TYPE=EXT  LEVEL=HIGH   OVERRIDDEN=N
WLIC10I NAME=INDEX3          TYPE=UTIL LEVEL=IDLE   OVERRIDDEN=N
For a detailed list, the command LOAD-INDEX LIST NAME=*,DETAILS returned the following list of Load-Indexes. This list contains additional details for each Load-Index — Description, Set At (timestamp), Set By, and Note.
WLIC12I NAME=INDEX1           TYPE=4HRA DESC=FIRST LOAD-INDEX    
WLIC13I LEVEL=MEDIUM OVERRIDDEN=Y SET AT=2019/10/02 11:47:00 BY=M37 NOTE=
WLIC14I -------------------------------------------------------------------
WLIC12I NAME=INDEX2           TYPE=EXT  DESC=EXTERNAL LOAD-INDEX
WLIC13I LEVEL=HIGH   OVERRIDDEN=N SET AT=2019/10/02 09:47:33 BY=M37 NOTE=
WLIC14I -------------------------------------------------------------------
WLIC12I NAME=INDEX3           TYPE=UTIL DESC=    
WLIC13I LEVEL=IDLE   OVERRIDDEN=N SET AT=2019/10/02 09:47:13 BY=M37 NOTE=
WLIC14I -------------------------------------------------------------------
Parent Topic |