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,
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.
Was assuming 32k is the limit as it is processed signed not unsigned
The max length of a character variable is 32767.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.