DLTVLDL (Delete Validation List)
DLTVLDL Command syntax diagram
Purpose
The Delete Validation List (DLTVLDL) command deletes the specified validation lists from a library.
Required Parameters
- VLDL
- Specifies the qualified name of the validation lists being deleted. A specific validation list or a generic validation list can be specified; either type can be optionally qualified by a library name.
The possible library values are:
*LIBL: All libraries in the user and system portions of the job's library list are searched.
*USRLIBL: Only the libraries listed in the user portion of the library list are searched.
*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.
*ALL: All libraries in the system, including QSYS, are searched.
*ALLUSR: All nonsystem libraries, including all user-defined libraries and the QGPL library, not just those in the job's library list, are searched. Libraries whose names start with the letter Q, other than the QGPL library, are not included.
library name: Specify the name of the library to be searched.
validation-list-name: Specify the qualified name of the validation list being deleted.
generic*-validation-list-name: Specify the generic name of the validation list being deleted. A generic name is a character string of one or more characters followed by an asterisk (*); for example, ABC*. If a generic name is specified, then all validation list with names that begin with the generic name, and for which the user has authority, are deleted. If an asterisk is not included with the generic (prefix) name, the system assumes it to be the complete validation list name.
For more information on the use of generic functions, see generic functions.
Example for DLTVLDL
DLTVLDL VLDL(WEBLIB/WEBUSRS)This command deletes the validation list named WEBUSRS from the library WEBLIB if the user has the proper authority for the validation list and the library.