Date: Tue, 4 Apr 2000 07:19:25 -0600
Reply-To: Bill Kastner <Bill.Kastner@ABACUS-DIRECT.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Bill Kastner <Bill.Kastner@ABACUS-DIRECT.COM>
Subject: FW: SAS/CONNECT and Enterprise Miner
Content-Type: text/plain; charset="big5"
Jim,
Go into the server profile setup and add your libname statement to the
STARTUP CODE section. Then restart the server connection.
Bill Kastner
Senior Statistician
Abacus Direct, a Division of DoubleClick Inc.
-----Original Message-----
From: Jim Law Cheuk-ming [mailto:jim-law@cuhk.edu.hk]
Sent: Friday, March 31, 2000 6:38 PM
To: SAS-L@LISTSERV.UGA.EDU
Subject: SAS/CONNECT and Enterprise Miner
I am using EM with dataset on server with SAS/CONNECT software. I can
only use dataset under LIB that have been initalised by default in
global autoexec.sas.
How can I initalise my library(LIB) on server(Unix). Otherwise, I cannot
use my data for SAS/EM. How can it been done besides set it on global
autoexec.sas.
I tried to add the follow line
libname dmlib '/users/jim';
at the script connecting to server and change
the line
/usr/local/sas612/sas to
/usr/local/sas612/sas -autoexec=autoexec.sas(with a file on server named
autoexec.sas of my home directory. Any advice?