From: Dubravko Dolic on 16 Feb 2010 09:54 Dear Group. I want to assign metadata to an existing library on a metadata server. Here is the XML Code which I send to the server using PROC METADATA: <AddMetaData> <MetaData> <SASLibrary Name="Testlibrary" Desc = "Dies ist ein Test" IsPreassigned="1" Libref="testl" Engine="base" /> </MetaData> <Reposid>AW12345.23425566</Reposid> <NS>SAS</NS> <!-- OMI_TRUSTED_CLIENT flag --> <Flags>268435456</Flags> <Options/> </AddMetaData> While the Metadata tags NAME and DESC seem to work the library has no path. If I look into DI Studio and check the Options of this library I can't find the assigned path. Any ideas? Thanks D. Dolic
From: shiva on 16 Feb 2010 23:42 Hi, If the library is preassigned, we cannot find the assigned path in SAS DI studio, but we can find the path in SAS Mangement Console. For eg:- SAS Help is pre assigned library and you cant find the path of that library assigned. But if you see the Data library manager->Libraries->SASHELP (we will know the exact path of that library) in SAS MC. Try using SAS MC. Hope this helps.. Thanks, shiva
From: Dubravko Dolic on 17 Feb 2010 07:12 Hi I hadn't had the chance to chekc the solution but I think that's it: the libraries with their paths must be speicified in the DI config to be present when I need them. I thought a libname statement at running time would do the job but obviously it won't... Thanks D Dolic On 17 Feb., 05:42, shiva <shiva.said...(a)gmail.com> wrote: > Hi, > > If the library is preassigned, we cannot find the assigned path in SAS > DI studio, > but we can find the path in SAS Mangement Console. > > For eg:- SAS Help is pre assigned library and you cant find the path > of that library assigned. > But if you see the Data library manager->Libraries->SASHELP (we will > know the exact path of that library) in SAS MC. > > Try using SAS MC. > > Hope this helps.. > > Thanks, > shiva
|
Pages: 1 Prev: Does the R âstatistical language Next: SAS v9.2.2 feature: ODS statement required |