BookmarkSubscribeRSS Feed
wajmsu
Obsidian | Level 7

Hi,

Do we have to use proc format statement everytime? If I do not use the statement but I have value labels with me (out of the dataset) and I can work while I put vlaues in MSword tables, is that ok?

Thanks

1 REPLY 1
rayIII
SAS Employee

You only need to create the formats once. You can save formats to a catalog and reference them later. 

 

http://support.sas.com/resources/papers/proceedings12/048-2012.pdf

 

You can write SAS code to generate formats using the values / labels in a dataset. But normally it's faster to copy the labels from Word and paste them into your proc format code. 

 

Hope this helps.

 

Ray

 

 

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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