LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2008, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 23 Jan 2008 08:42:01 -0500
Reply-To:   Paul St Louis <pstloui@DOT.STATE.TX.US>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Paul St Louis <pstloui@DOT.STATE.TX.US>
Subject:   Re: OT: Chance to Make SAS-L History: Did You Know That...

Did you know that....

It is possible to exceed Proc Report line size limitation of 256 characters, as well as the variable width limit of 64.

This is new to me, and may be old news to everyone else, but I discovered that if I execute Proc Report through ODS and use the ExcelXP tagset, I can beat the limitations.

Note: The log will still show the standard errors:

ERROR: LINESIZE must be between 64 and 256. ERROR: The width of <variable> is not between 1 and 64. Adjust the column width or linesize. NOTE: This affects LISTING output.

NOTE: The SAS System stopped processing this step because of errors.

However, the finished spreadsheet contains all the rows of data, and none of the columns get truncated. The error messages seem to pertain only to the output window and not the finished results of the report.

This may spark some healthy banter.....


Back to: Top of message | Previous page | Main SAS-L page