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

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 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
  • 681 views
  • 0 likes
  • 2 in conversation