Previous Topic: VDEF - VDEFINENext Topic: VDFL - VDEFAULT


VDEL - VDELETE

VDEL001I Variable <varname> deleted

The indicated variable has been deleted.

VDEL002E Invalid variable name - <varname>

The indicated variable name is not valid.

VDEL003E Variable <varname> not defined

The indicated variable name is not defined.

VDEL004E Variable <varname> is a system variable and cannot be deleted

System variables cannot be deleted.

VDEL005E Variable <varname> is a REXX variable and cannot be deleted

REXX variables cannot be deleted by the VDELETE command. They can only be deleted by a REXX EXEC using the VDELETE function.