VARDROP

VARDROP deletes an RLS saved variable.

Read syntax diagramSkip visual syntax diagram RLS VARDROP varname dirid

Operands

varname
specifies a simple REXX variable name. It does not end in a period, distinguishing a variable name from a stem name.
dirid
specifies a REXX List System directory level identifier. This is partially or fully qualified. See the CLD command CLD for more information.

Return codes

See the RLS command RLS.

Example

'RLS VARDROP VAR1'

This example deletes variable VAR1 from the current directory.