BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
saspert
Pyrite | Level 9

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

1 ACCEPTED SOLUTION

Accepted Solutions
ChrisHemedinger
Community Manager

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.

 

catexp.jpg  

 

It allows you to see that catalog entries exist (like compiled macros and formats), and now provides a drillable view into format definitions.

 

Chris

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!

View solution in original post

4 REPLIES 4
ChrisHemedinger
Community Manager

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.

 

catexp.jpg  

 

It allows you to see that catalog entries exist (like compiled macros and formats), and now provides a drillable view into format definitions.

 

Chris

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!
saspert
Pyrite | Level 9

Thanks this is helpful.

ballardw
Super User

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.

saspert
Pyrite | Level 9

thanks this is helpful. i think this is the standard way of looking at the list of catalogs.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 5322 views
  • 3 likes
  • 3 in conversation