The LOAD-INDEX LIST command (or LIND LIST command) obtains a list of defined Load-Indexes.
Use the following API command:
LOAD-INDEX LIST NAME=,parameters  | 
The following parameters can be used in this command to limit the scope of Load-Indexes included in the list:
Table 273b Parameters of the LOAD-INDEX LIST command
Parameter  | 
Description  | 
|---|---|
NAME  | 
Limit the list of Load-Indexes by name. Masking is supported.  | 
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  | 
Example:
The command LOAD-INDEX LIST NAME=* returned the following list of Load-Indexes. This list contains various details for each Load-Index.
CTML0GI NAME=LINDEX1          TYPE=4HRA DESC=FIRST LOAD-INDEX    
CTML0MI LEVEL=MEDIUM OVERRIDDEN=Y SET AT=2019/10/02 11:47:00 BY=M37 NOTE=
IOA728I -------------------------------------------------------------------
CTML0GI NAME=LINDEX2          TYPE=EXT  DESC=EXTERNAL LOAD-INDEX
CTML0MI LEVEL=HIGH   OVERRIDDEN=N SET AT=2019/10/02 09:47:33 BY M37 NOTE=
IOA728I -------------------------------------------------------------------
CTML0GI NAME=LINDEX3          TYPE= UTIL DESC=    
CTML0MI LEVEL=IDLE   OVERRIDDEN=N SET AT=2019/10/02 09:47:13 BY M37 NOTE=
IOA728I -------------------------------------------------------------------
IOA72TI SEARCH COMPLETE. NUMBER OF ENTRIES FOUND:       3
Parent Topic |