Date: Tue, 23 Jan 2007 18:11:49 +0800
Reply-To: VORA Mihir <VORAM@ESSILOR.COM.SG>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: VORA Mihir <VORAM@ESSILOR.COM.SG>
Subject: Metadata Library attributes
Hi,
I have been able to create libraries in the metadata server using the below
code:
options metaserver="xyz111"
metaport= 8561
metaprotocol=bridge
metauser="sasadm"
metapass="{sas001}c2FzYWRt"
metarepository="foundation";
data _null_;
length uri $256 rc $256 ;
rc=0;
/* Create a SASLibrary object. */
rc=metadata_newobj("SASLibrary",uri,"ADMIN");
put rc=;
put uri=;
run;
Could you please guide me as how I could set the other attributes for the
library (like directory, libname, engine, servercontext, ACT, etc). If you
could guide me it would be a great help. Thanks in advance.
Regards,
Mihir Vora
|