Chapter Contents |
Previous |
Next |
WHERE |
Optional statement |
Syntax | |
Details |
Syntax |
WHERE SAS-where-expression; |
where country='Brazil';
For more information on the syntax of the SAS WHERE statement, see SAS Language Reference: Dictionary.
An editing statement, such as WHERE, must be specified after the database connection statements when you create and load a DBMS table. See LOAD for more information.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.