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 variables 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 wildcards for one or more characters, while question marks (?) are placeholders for single characters. To remove all variables that start with s1, use a wildcard selection criterion of s1*.