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

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.

 

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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.

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