Display Workload Group (DSPWLCGRP)

The Display Workload Group (DSPWLCGRP) command shows the information for all workload groups or a single workload group on the current system or logical partition. The information shown includes the processor limit and all product entries for the specified workload group.

Restrictions:

Parameters

Keyword Description Choices Notes
WLCGRP Workload group Simple name, *ALL Optional, Positional 1
OUTPUT Output *, *PRINT Optional

Workload group (WLCGRP)

Specifies the workload group to be displayed.

*ALL
Information is shown for all workload groups defined on the current system or logical partition.
simple-name
Specify the name of the workload group for which attribute and product entry information is to be shown.

Output (OUTPUT)

Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output.

*
The output is displayed (if requested by an interactive job) or printed with the job's spooled output (if requested by a batch job).
*PRINT
The output is printed with the job's spooled output.

Examples

Example 1: Display a Single Workload Group

DSPWLCGRP  WLCGRP(MYGROUP)

This command displays operational attributes and product entries for workload group MYGROUP.

Example 2: Print All Workload Groups

DSPWLCGRP   WLCGRP(*ALL)  OUTPUT(*PRINT)

This command prints the operational attributes and product entries for all workload groups on the system or logical partition where the command is run.

Error messages

*ESCAPE Messages

CPF102A
Workload group &1 not found.