SAS & Statistics
Friday, December 4, 2009
List Oracle tables in SAS
C-TASC specific
libname oralib
ORACLE
user=ctpmstat path="@xxxx" password = xxxxxxx;
proc freq data = oralib.
all_tables
;
tables owner * table_name/list;
run;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment