BookmarkSubscribeRSS Feed
Xinxin
Obsidian | Level 7

Is there a way to put the output of proc format cntlout= AND proc contents into 1 dataset?

That is, I want the variables, formats, labels, and format values the variable takes all in one dataset.

Thanks, in advance.

1 REPLY 1
ballardw
Super User

This is a variation on the basic one-to-many merge, thinkin of variable & formatname as a single unit. The results of PROC CONTENTS would have the name of the format and match to the format name in your CNTLOUT data set.

However if you have multiple variables using the same format you may have more out put than you really want.

Also be aware that if you have the same format name in multiple libraries and do not restrict the input library when generating the CNTLOUT dataset results may be problematic.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 1 reply
  • 720 views
  • 0 likes
  • 2 in conversation