BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
JF_Gonzalez
Calcite | Level 5

Hi all,

 

My company's going through a process of changing SAS Servers, and as SAS User Admin I've been pointed out how some String Columns are not showing their full values when opening the tables in the new server. Software used is SAS EG.

 

Desired values shown (image of the old server):

Desired_Visualization.png

Actual values shown:

Erroneous_Visualization.png

 

For what it's worth, the next image shows the table in the new server while in Update Mode. I can see the full String, so the value is not lost.

 

Update_Mode_Comparison.png

 

Has anyone ever solved such issue? It doesn't affect any joins we do because SAS detects the full value, which is nice, but this will confuse more users in the future.

 

Thank you,

José-Francisco González Bofill

1 ACCEPTED SOLUTION

Accepted Solutions
RW9
Diamond | Level 26 RW9
Diamond | Level 26

If your sure the length of the column is sufficient for the variable - i.e. look at variable properties, length should be >= longest string value, format and informat should either be missing, or length long enough to show full text (i.e. format yourstring $3. - will only show 3 characters even though the full one is stored), and resizing the column doesn't work, then I would suggest you contact SAS support as there is something wrong there.

View solution in original post

5 REPLIES 5
RW9
Diamond | Level 26 RW9
Diamond | Level 26

Its just a column sizing issue in the table viewer, we have it in my system (different software) as well. Expand the column by dragging the right anchor of the variable name box to the right to see full value.  I know its annoying that it doesn't automatically size to variable width.

JF_Gonzalez
Calcite | Level 5
I think we have a slightly different issue. Adjusting the width of the column is not making it show the full value either, but thanks for the swift reply!
RW9
Diamond | Level 26 RW9
Diamond | Level 26

If your sure the length of the column is sufficient for the variable - i.e. look at variable properties, length should be >= longest string value, format and informat should either be missing, or length long enough to show full text (i.e. format yourstring $3. - will only show 3 characters even though the full one is stored), and resizing the column doesn't work, then I would suggest you contact SAS support as there is something wrong there.

JF_Gonzalez
Calcite | Level 5
This was it! The Length is showing as 75, while the Format is only $7., which is causing the issue.

Thank you!

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!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 5 replies
  • 5495 views
  • 0 likes
  • 3 in conversation