Where allowed to run: All environments (*ALL) Threadsafe: Yes |
Parameters Examples Error messages |
The Create Validation List (CRTVLDL) command creates a validation list. Validation lists contain entries consisting of an identifier, data that will be encrypted by the system when it is stored, and free-form data. Entries can be added, changed, removed, found, and validated. Entries are validated by providing the correct entry identifier and data that is encrypted. See the System API Reference information in the iSeries Information Center at http://www.ibm.com/eserver/iseries/infocenter. for information on how to use validation lists.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
VLDL | Validation list | Qualified object name | Required, Positional 1 |
Qualifier 1: Validation list | Name | ||
Qualifier 2: Library | Name, *CURLIB | ||
TEXT | Text 'description' | Character value, *BLANK | Optional |
AUT | Authority | Name, *EXCLUDE, *USE, *CHANGE, *ALL | Optional |
Top |
Specifies the validation list to be created.
This is a required parameter.
Qualifier 1: Validation list
Qualifier 2: Library
Top |
Specifies the text that briefly describes the validation list to be created.
Top |
The authority you are giving to users who do not have specific authority to the object, who are not on an authorization list, and whose group profile or supplemental group profiles have no specific authority to the object.
Top |
CRTVLDL VLDL(WEBLIB/WEBUSRS) AUT(*EXCLUDE) TEXT('My WEB users')
This command creates a validation list (WEBUSRS) in the WEBLIB library.
Top |
*ESCAPE Messages
Top |