Display Node Group (DSPNODGRP)

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.

Parameters

Keyword Description Choices Notes
NODGRP Node group Qualified object name Required, Positional 1
Qualifier 1: Node group Name
Qualifier 2: Library Name, *LIBL, *CURLIB, *USRLIBL
OUTPUT Output *, *PRINT Optional

Node group (NODGRP)

Specifies the node group you want to display.

This is a required parameter.

Qualifier 1: Node group

name
Specify the name of node group to be displayed.

Qualifier 2: Library

*LIBL
All libraries in the library list for the current thread are searched until the first match is found.
*CURLIB
The current library for the thread is searched. If no library is specified as the current library for the thread, the QGPL library is searched.
*USRLIBL
If a current library entry exists in the library list for the current thread, the current library and the libraries in the user portion of the library list are searched. If there is no current library entry, only the libraries in the user portion of the library list are searched.
name
Specify the name of the library to be searched.

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: 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

*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.