The following is an
example of how to issue the GetNamespaces method regardless of the
programming environment. The request gets the namespaces in the current
SAS Repository Manager.
namespaces="";
flags=0;
options="";
rc=GetNamespaces(ns,flags,options);
<!-- XML string returned in ns parameter -->
<Namespaces>
<Ns Name="SAS"/>
<Ns Name="REPOS"/>
</Namespaces>