LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (August 1997, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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!


Back to: Top of message | Previous page | Main SAS-L page