The WLLIST command obtains a list of active Workload Policies, along with basic details regarding the rules defined in each Workload Policy and their effect on the running of jobs.
Use the following operator command to obtain the list:
F CONTROLM,WLLIST  | 
In the output, each active Workload Policy is identified by its name, along with a prefix that indicates the type of Workload Policy — either L- (local, defined in Control-M for z/OS) or G- (global, defined in Control-M/EM).
The following information is then displayed for each rule within each Workload Policy:
Table 87f Columns of information in WLLIST output
Column  | 
Description  | 
|---|---|
LIMIT BY  | 
The type of limit that the rule imposes on jobs, one of the following: 
  | 
LIMIT  | 
The defined number of maximum allowed concurrent jobs or maximum allowed number of the specified resource. If the rule is currently not being applied due to scheduling settings (that is, the current time is outside of the time period defined for the rule) or due to defined Load-Index levels, NA is displayed.  | 
UTIL  | 
The number of running jobs that meet the rule criteria. Note that this number may sometimes be higher than the limit. For example, jobs may have started running before the Workload Policy became active or the rule took effect.  | 
WAITING JOBS  | 
The number of jobs that are currently waiting to be run, that is, jobs that are blocked due to the limit defined in the rule.  | 
Example:
CTMWL4I WORKLOAD NAME          LIMIT BY             LIMIT UTIL  WAITING
CTMWLDI                        JOB/RESOURCE NAME                JOBS    
CTMWLEI ---------------------- -------------------- ----- ----- ------- 
CTMWL5I L-WHY#ALL-WHY#RUNER    JOB                  00001               
CTMWL5I                        WHY#ALL              00000               
CTMWLEI ---------------------- -------------------- ----- ----- ------- 
CTMWL5I L-WHY#BYWL             JOB                  NA                  
CTMWL5I                        WHY#BYWL             00001               
CTMWLEI ---------------------- -------------------- ----- ----- ------- 
CTMWL5I L-WHY#COND             JOB                  00000       0000001 
CTMWLEI ---------------------- -------------------- ----- ----- -------
CTMWL5I L-WHY#1P2R             JOB                  00001              
CTMWL5I                        WHY#1P2R             00000       0000001
CTMWLEI ---------------------- -------------------- ----- ----- -------
CTMWL5I G-WKLD_NAME_K27*       JOB                  NA                 
CTMWL5I                        TEST_RESOURCE_NAME_1 00015 00003        
CTMWLEI ---------------------- -------------------- ----- ----- -------
CTMWL5I G-WKLD_NAME_K26*       JOB                  NA                 
CTMWL5I                        TEST_RESOURCE_NAME_1 00012
CTMWLEI ---------------------- -------------------- ----- ----- -------
Parent Topic |