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 Hackathon registration is open! Build your skills. Make connections. Enjoy creative freedom. Maybe change the world.

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 Hackathon registration is open! Build your skills. Make connections. Enjoy creative freedom. Maybe change the world.
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.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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