BookmarkSubscribeRSS Feed
lic054
Calcite | Level 5

Has anyone seen before such error message in the log below (I highlighted it)? What's the cause of the problem and how can I fix that? The results table in rtf file I got from running macros ended up missing some rows of certain categories. Do I need to include the macros here as well? It's a long file of codes to call the macro at the end. Thanks!

 

 

NOTE: There were 17 observations read from the data set WORK.TB.
NOTE: The data set WORK.TB has 17 observations and 4 variables.
NOTE: DATA statement used (Total process time):
real time 0.00 seconds
cpu time 0.00 seconds


NOTE: Writing RTF Body file:
C:\Users\LQL\Desktop\Lixian\CSC\2015\output\successfulquitters_vs_stillsmoking_QuitHelpLChen
08312016.rtf

NOTE: Groups are not created because the usage of DEMO is DISPLAY. To avoid this note, change all GROUP variables to ORDER
variables.
ERROR: The width of DEMO is not between 1 and 128. Adjust the column width or line size.
NOTE: This affects LISTING output.

1 REPLY 1
BrunoMueller
SAS Super FREQ

You have more than one ODS destination open, one of them is LISTING.

 

Simply close the listing destination, like so:

ods listing close;

 

Bruno

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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