Hi,
One of my coworkers is trying to find a way to view format catalogs and macro catalogs in SAS EG 4.2. The libraries show the datasets and the SAS folders show the metadata folders (right?) but not the catalogs. So, just wondering if there is an option available in EG?
Thanks,
saspert
You can use the Catalog and Formats Explorer custom task: It's a custom task for EG 4.3 through v7.13, and it's a built-in task in later versions.
It allows you to see that catalog entries exist (like compiled macros and formats), and now provides a drillable view into format definitions.
Chris
You can use the Catalog and Formats Explorer custom task: It's a custom task for EG 4.3 through v7.13, and it's a built-in task in later versions.
It allows you to see that catalog entries exist (like compiled macros and formats), and now provides a drillable view into format definitions.
Chris
Thanks this is helpful.
If you are trying to find out the descriptions of your formats try using
proc format library=(name of the library with format catalog of interest) cntlout=formatdetails;run;
The resulting dataset will have all the information about the formats.
thanks this is helpful. i think this is the standard way of looking at the list of catalogs.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.