BookmarkSubscribeRSS Feed
R_Win
Calcite | Level 5
Hi

I am having a Dataset in work library and the name of the dataset is trans_mon in this dataset 250-300 character variables are there now i want to find the length of character variables(length of the observartion).How can i do this by passing the macro .As i am having 2-3 datasets like this
2 REPLIES 2
LinusH
Tourmaline | Level 20
The SQL interface offers you the possibility to create macro variables from a query result. Information on column length is available in DICTIONARY.COLUMNS. You may wish to know whether the table is compressed or not, look in DICTIONARY.TABLES.

/Linus
Data never sleeps
deleted_user
Not applicable
Try using:
Proc contents

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 724 views
  • 0 likes
  • 3 in conversation