DSPNODGRP (Display Node Group) Command Description
DSPNODGRP Command syntax diagram
Purpose
The Display Node Group (DSPNODGRP) command displays the systems or nodes in a node group, as well as the partitioning scheme for the node group.
Required Parameter
- NODGRP
- Specifies the name of the node group you want to display.
The name of the node group can be qualified by one of the following library values:
*LIBL: All libraries in the job's library list are searched until the first match is found.
*CURLIB: The current library for the job is searched. If no library is specified as the current library for the job, the QGPL library is used.
*USRLIBL: Only the libraries in the user portion of the job's library list are searched.
library-name: Specify the name of the library to be searched.
node-group: Specify the name of the node group to be displayed.
Optional Parameter
- OUTPUT
- Specifies whether the output from the command is shown at the requesting workstation or printed with the job's spooled output. More information on this parameter is in commonly used parameters.
*: Output requested by an interactive job is shown on the display. Output requested by a batch job is printed with the job's spooled output.
*PRINT: The output is printed with the job's spooled output.
Examples for DSPNODGRP
Example 1: Displaying a Node Group
DSPNODGRP NODGRP(LIB1/GROUP1)This command displays the systems in the node group called GROUP1 and the partitioning scheme associated with the node group. The information is shown at the workstation.
Example 2: Printing a Node Group
DSPNODGRP NODGRP(LIB1/GROUP2) OUTPUT(*PRINT)This command creates a spooled file that contains a list of the systems in the node group called GROUP1 and the associated partitioning scheme.
Error messages for DSPNODGRP
*ESCAPE Messages
- CPF2189
- Not authorized to object &1 in &2 type *&3.
- CPF3166
- Node group &1 in library &2 not found.
- CPF9804
- Object &2 in library &3 damaged.
- CPF9810
- Library &1 not found.
- CPF9820
- Not authorized to use library &1.