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 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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
  • 423 views
  • 4 likes
  • 2 in conversation