Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
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.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
NODL | Node list | Qualified object name | Required, Positional 1 |
Qualifier 1: Node list | Name | ||
Qualifier 2: Library | Name, *CURLIB | ||
TEXT | Text 'description' | Character value, *BLANK | Optional |
AUT | Authority | Name, *LIBCRTAUT, *CHANGE, *ALL, *USE, *EXCLUDE | Optional |
Top |
Specifies the qualified name of the node list object to be created.
The node list name can be qualified by one of the following library values:
The possible values are:
Top |
Specifies text that briefly describes the node list.
The possible values are:
Top |
Specifies the authority given to users who do not have specific authority to the object, who are not on the authorization list, and whose user group has no specific authority to the object.
The possible values are:
Top |
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'.
Top |
*ESCAPE Messages
Top |