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 (January 2007, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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