Delete Variables - Wildcard Match

Deletes several variables from memory that match a specified wildcard selection criterion.

 

Input Arguments

 

0

String

Variable Wildcard Criteria

A wildcard string specifying the names of vari- ables to remove.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

Enter wildcard values for the variable name using the same conventions as elsewhere in SA. Asterisks (*) are wild- cards for one or more characters, while question marks (?) are placeholders for single characters. To remove all vari- ables that start with s1, use a wildcard selection criterion of s1*.