Page 101 - SAS_manual
P. 101

8.1SAS SQL:

               The  procedure PROC  SQL is  used  to  process  the  SQL  statements.  This  procedure  can  not  only  give
               back the result of an SQL query, it can also create SAS tables & variables.


               SYNTAX:
               PROC SQL;
               SQL CODE;
               QUIT;

               EXAMPLES:
               Programs 8.1












               Log window:
























               Program: 8.2  Select records from sashelp.class where age=15         Output:










                                                    SAS HANDBOOK | VISIT:: http://nikhilanalytics.com  101
   96   97   98   99   100   101   102   103   104   105   106