December 2014
Intermediate to advanced
858 pages
40h 10m
English
|
General form, DROP VIEW
statement:
DROP VIEW view-name-1 <,...view-name-n>;
view-name
specifies a SAS data
view of any type (PROC SQL view or DATA step view) and can be one
of the following:
|
proc sql; drop view sasuser.raisev;
21 proc sql;
22 drop view sasuser.raisev;
NOTE: View SASUSER.RAISEV ... |
Read now
Unlock full access