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.
You have more than one ODS destination open, one of them is LISTING.
Simply close the listing destination, like so:
ods listing close;
Bruno
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.
Ready to level-up your skills? Choose your own adventure.