| Date: | Thu, 7 Aug 1997 15:59:00 PDT |
| Reply-To: | Carol.Lucero@NCAL.KAIPERM.ORG |
| Sender: | "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU> |
| From: | Carol Lucero <Carol.Lucero@NCAL.KAIPERM.ORG> |
| Subject: | SAS/SHARE HELP |
|---|
I have two dataset called: grd.inst.data and grd.mainst.data
Can I have both of these on the same server using these PROC OPERATE commands:
PROC OPERATE SERVERID = LLLPER SAPW=XXXXX;
ALLOC LIBRARY IN 'GRD.INST.DATA';
QUIT;--
PROC OPERATE SERVERID = LLLPER SAPW=XXXXX;
ALLOC LIBRARY IN 'GRD.MAINST.DATA';
QUIT; --
OR do I have to have different libref names? Both datasets have the same
member names and catalog, program and scl code. Is there any change of the
two getting mixed together??
Thanks in advance!
|