I have a list of metadata objects from my repository. I've fetched all SASLibrary, PhysicalTable, Jobs objects. Now I need to fetch all their details. Can someone please suggest how can I do that? I am new to SAS DI and need to fetch the details using SAS code. Thanks
相关问题
- Delete the group that none of its observation cont
- Reading data from a SAS data source in .Net
- Simple way to do a weighted hot deck imputation in
- Problems with SAS DDE with Office 2010
- Reading observations from SAS dataset into arrays
相关文章
- Finding all possible paths in a dataset using sas
- How do I save a TextEdit (mac) file with a custom
- Logical function in SAS to determine if a particul
- Efficiently concatenate many sas datasets
- Python sas7bdat module usage
- PROC SQL in SAS - All Pairs of Items
- How to summarize all possible combinations of vari
- Tell SAS not to add newly generated tables on the
ok, assuming you have a dataset (
have
) which contains those objects, and that the uri is stored in a variable calleduri
then the following should suffice:This information can also be obtained using
metabrowse
in Base SAS, or the Metadata Explorer (a free web app by Boemska, which I helped to build).