BookmarkSubscribeRSS Feed
OS2Rules
Obsidian | Level 7

Hi All:

I am using EXCELXP (v 1.127) on SAS 9.3 to create a spreadsheet.

My data contains 1 very large text field - sometimes up to 3,500 bytes.

When I attempt to print this using PROC REPORT it get an error message:

ERROR: At least one column width is wider than LINESIZE.

I am also using ODS HTML to output the data and entire text field is "wrapped" into a single "cell" - which is what

I would like the Excel sheet to do.

Any ideas?

1 REPLY 1
Tim_SAS
Barite | Level 11

That message occurs when you're writing to the listing. If you don't want listing output, turn it off before running PROC REPORT:

ods listing close;

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 1 reply
  • 1076 views
  • 2 likes
  • 2 in conversation