Deletes several variables from memory that match a specified wildcard selection criterion.
0 |
String |
Variable Wildcard Criteria |
A wildcard string specifying the names of vari- ables to remove. |
None.
SUCCESS |
This command always succeeds. |
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*.