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.

 

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

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