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 anyone please guide me as how I could set the other attributes and properties for the library (like directory, libname, engine, servercontext, ACT, etc). I am not supposed to use the proc metadata method to solve this. I am supposed to use the rc = metadata_setatr()(or methods like this). If anyone could guide me it would be a great help. Thanks in advance. 🙂
Regards,
Mihir Vora
Mobile : +65 9152 0724