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

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 380 views
  • 0 likes
  • 2 in conversation