Delete Validation List (DLTVLDL)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Delete Validation List (DLTVLDL) command deletes the specified validation lists from a library.

Top

Parameters

Keyword Description Choices Notes
VLDL Validation list Qualified object name Required, Positional 1
Qualifier 1: Validation list Generic name, name
Qualifier 2: Library Name, *LIBL, *CURLIB, *USRLIBL, *ALL, *ALLUSR
Top

Validation list (VLDL)

Specifies the validation lists to be deleted.

This is a required parameter.

Qualifier 1: Validation list

generic-name
Specify the generic name of the validation lists to be deleted.

A generic name is a character string of one or more characters followed by an asterisk (*); for example ABC*. The asterisk substitutes for any valid characters. A generic name specifies all objects with names that begin with the generic prefix for which the user has authority. If an asterisk is not included with the generic (prefix) name, the system assumes it to be the complete object name.

name
Specify the name of the validation list to be deleted.

Qualifier 2: Library

*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.
name
Specify the name of the library to be searched.
Top

Examples

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.

Top

Error messages

*ESCAPE Messages

CPF2105
Object &1 in &2 type *&3 not found.
CPF2110
Library &1 not found.
CPF2113
Cannot allocate library &1.
CPF2114
Cannot allocate object &1 in &2 type *&3.
CPF2117
&4 objects type *&3 deleted. &5 objects not deleted.
CPF2125
No objects deleted.
CPF2160
Object type *&1 not eligible for requested function.
CPF2176
Library &1 damaged.
CPF2182
Not authorized to library &1.
CPF2189
Not authorized to object &1 in &2 type *&3.
CPF9801
Object &2 in library &3 not found.
Top