Valid in: | configuration file, SAS invocation, OPTIONS statement, SAS System Options window |
Categories: | Files: SAS Files
System administration: SQL System administration: Performance |
PROC OPTIONS GROUP= | SASFILES
SQL PERFORMANCE |
Note: | This option can be restricted by a site administrator. For more information, see the section on restricted options in SAS System Options: Reference. |
none
:select x, y from &lib..b where (PUT(x, abc.) in ('yes', 'no')); select x from &lib..a where (PUT(x, udfmt.) = trim(left('small')));
select x from &lib..c where (put(bday, date9.) = put(today(), date9.));Here, the SELECT clause is optimized.
select x from &lib..c where (x = '17Mar2011'D);