Date: Mon, 18 Dec 2006 09:08:19 -0800
Reply-To: biyectivo <biyectivo@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: biyectivo <biyectivo@GMAIL.COM>
Organization: http://groups.google.com
Subject: SAS/Server Question #1: Referencing files in PC + files in the
server
Content-Type: text/plain; charset="iso-8859-1"
Hi all,
I am using SAS/Enterprise Guide 4 in PC (without Base SAS) along with
SAS/Server in a Sun machine (remote).
I need to be able to relate files in PC with files in the server,
without copying the files to the server manually.
I was thinking something like creating two libraries, one for the DB2
database on the server and another for the files in the PC. However, I
do not know how to create the later.
I need to be able to run commands referencing different sources
seamlessly. An example (please note this would only be an example, not
what I would specifically like to do) would be:
DATA LibraryOnPC.File3;
MERGE LibraryOnPC.File1 LibraryOnServer.File2;
RUN;
Any ideas on how can I do this?
Thanks!