CL Command Reference - CRTNODL

CL Command List > CRTNODL Reference

Description:

The Create Node List (CRTNODL) command allows the user to create a node list object. This object is used to store node names that identify a set of systems in a network.

Note: Node lists can be used by system functions to indicate an operation is to be performed on a set of systems.


Examples:

Example 1: Node List Creation without Text Description

CRTNODL NODL(QGPL/NODL01)

This command creates a node list in library QGPL called NODL01. The node list has the same public authority as that defined for QGPL and it does not have a text description.



Example 2: Node List Creation with Text Description

CRTNODL NODL(MYLIB/NODL02) AUT(*EXCLUDE)
TEXT(¡¯This is my Node List number 2¡¯)

This command creates node list NODL02 in library MYLIB with public *EXCLUDE authority. The text description for this node list is ¡¯This is my Node List number 2¡¯.