BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi

I connect to a mysql database and all my maximum data length is 1024.
can i increase this somehow?
im under the impression that sas can handle 32,000.
i connect using the normal libname statement.

thanks

Spud
2 REPLIES 2
LinusH
Tourmaline | Level 20
You are probably trying to read a column of the text or blob types in MySQL. In SAS, use the DBMAX_TEXT= option to set the number of chars that you wish see in SAS. The default value is 1024. See:

http://support.sas.com/documentation/cdl/en/acreldb/59618/HTML/default/a002914076.htm

and

http://support.sas.com/documentation/cdl/en/acreldb/59618/HTML/default/a001371562.htm

/Linus
Data never sleeps
deleted_user
Not applicable
Thats fantastic....cheers
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
  • 995 views
  • 0 likes
  • 2 in conversation