| Date: | Thu, 6 Dec 2001 13:12:03 +1000 |
| Reply-To: | Denise <deniseperks@JOHNDEERE.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Denise <deniseperks@JOHNDEERE.COM> |
| Subject: | accessing DB2 through libname statement |
|---|
I am running V8 on OS390 and I am trying to assign a libref using the
libname statement the following code:
libname sales db2 ssid=db39
location=boj_sales_item authid=aauaibt;
run;
works fine except that it comes back with all the tables created under
authid AAUAIBT, not just the sales item one....am I doing something
wrong????
|