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.

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

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 1 reply
  • 1042 views
  • 0 likes
  • 2 in conversation