SCL provides several features that enable you to subset a SAS table based on specified search conditions. To apply a permanent WHERE clause to a SAS table, you can use the SAS data set option WHERE= ...
In order to select or exclude a table, or to render it as a SAS data set, you must first know its name. You can obtain the table names in several ways: For any SAS/ETS procedure, you can obtain table ...