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

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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