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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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
  • 653 views
  • 0 likes
  • 2 in conversation