BookmarkSubscribeRSS Feed
mlogan
Lapis Lazuli | Level 10

Can anyone tell me what will be the maximum allowable cell content (in Work_Description variable) of the observation?

ID    Name   Work_Description

101  John     Construction Worker

Thanks,

3 REPLIES 3
Astounding
PROC Star

In theory, a character variable can be defined as 64K character long.  However, if you already have created a SAS data set, you can examine the variable definitions that are built in by running PROC CONTENTS.

jakarman
Barite | Level 11

Was assuming 32k is the limit as it is processed signed not unsigned

---->-- ja karman --<-----
Ksharp
Super User

The max length of a character variable is 32767.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 1030 views
  • 1 like
  • 4 in conversation