how to create table from view?
view named A -> table named A
I find only proc sql and data set statements, but is there any native function in sas?
Thanks!
|
|
EDIT: you can retrieve the code that created either a DATA step view or SQL view to LOG by "describing it":
|
||||