SAS & Statistics
Tuesday, January 4, 2011
Create Oracle Tables
libname oradb Oracle User=orauser Password=xxxxxxx Path="@orapth";
proc sql;
      create table oradb.dsn as
      select * from temp;
quit;
run;
proc append base=oradb.dsn data=temp1 force;
run;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment