- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 07-31-2019 09:12 AM
(2953 views)
Here is the code i have this issue on lot of my programs. How do i resolve this i added ls =256.
ods excel options(sheet_name='test' absolute_column_width="20,8");
options nodate pageno=1 ps=60 ls=256;
proc report data=cloud.fruits;
run;
ods excel close;
ods listing close;
ERROR: The width of cloumn name is not between 1 and 256. Adjust the column width or line size.
NOTE: This affects LISTING output.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Which output do you actually want, Listing or ODS Excel?
That message is most likely related to the Listing destination. If you want ODS Excel then close the listing before opening the ODS Excel destination.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Many thanks @ballardw ! This was very useful.
Thanking you,
Yours sincerely,
- Dr. Abhijeet Safai
Dr. Abhijeet Safai
Certified Base and Clinical SAS Programmer
Associate Data Analyst
Actu-Real
Certified Base and Clinical SAS Programmer
Associate Data Analyst
Actu-Real