BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
stataq
Quartz | Level 8

Hello,

 

When we run proc sql with dictionary.formats, we can get following information:

stataq_0-1719342098319.png

Could any one tell me what 'B', 'U', 'C' stands for in col 'source'?

 

Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions
ChrisNZ
Tourmaline | Level 20

From what I could see:

  • C means custom format (used-defined).
  • B means part of the SAS Base internal definitions.
  • U means coming from an external module. These modules are found in the SASFoundation/9.4/sasexe directory.
    For example formats B8601C* come from module UWIB8601. There is a file matching each module name in your sasexe directory.

 

View solution in original post

2 REPLIES 2
ChrisNZ
Tourmaline | Level 20

From what I could see:

  • C means custom format (used-defined).
  • B means part of the SAS Base internal definitions.
  • U means coming from an external module. These modules are found in the SASFoundation/9.4/sasexe directory.
    For example formats B8601C* come from module UWIB8601. There is a file matching each module name in your sasexe directory.

 

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

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
  • 2 replies
  • 664 views
  • 4 likes
  • 2 in conversation