Deletes several variables from memory that match a specified wildcard selection criterion.
0 |
String |
Variable Wildcard Criteria |
A wildcard string specifying the names of variables 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 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*.