Chapter Contents |
Previous |
Next |
CLRFLD |
Category: | Control or Field |
Syntax | |
Details | |
Example | |
See Also |
Syntax |
CALL CLRFLD(pattern,variable-1<, . . . ,variable-10>); |
Type: Character
Type: Character
Details |
Variables in the variable list whose values do not match pattern exactly are not changed. No error occurs if there are no matches.
Example |
Clear the value of any variable in the group SYM1 through
SYM5 whose value is BLUE
:
call clrfld('blue',sym1,sym2,sym3,sym4,sym5);
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.