BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
ccc143
Calcite | Level 5

I used to be ok with a proc tabulate statement; but currently on my SAS 9.2 I'm getting this error:

'Page size too small to print any data for the table statement at line 117.'

Is there some way around this error?  This error doesn't make sense to me either; I'm printing to an html page and the table's not that big.  Again, it's a new error.  This code worked fine before...

1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
SAS Super FREQ

Hi:

  Based on this Tech Support note:

http://support.sas.com/kb/12/302.html

I'm sort of surprised that you're running into this issue in SAS 9.2 -- however, I would also expect that you can put:

ODS LISTING CLOSE;

BEFORE your ODS HTML/TABULATE step to close the LISTING destination and eliminate the message. However, it does bother me that you are reporting this message in SAS 9.2 and it would be a good thing if you reported the problem to Tech Support, so they could see whether this is something that used to be broken, was fixed at one point and has, somehow, cropped up again.

Just a thought,

cynthia

View solution in original post

2 REPLIES 2
Cynthia_sas
SAS Super FREQ

Hi:

  Based on this Tech Support note:

http://support.sas.com/kb/12/302.html

I'm sort of surprised that you're running into this issue in SAS 9.2 -- however, I would also expect that you can put:

ODS LISTING CLOSE;

BEFORE your ODS HTML/TABULATE step to close the LISTING destination and eliminate the message. However, it does bother me that you are reporting this message in SAS 9.2 and it would be a good thing if you reported the problem to Tech Support, so they could see whether this is something that used to be broken, was fixed at one point and has, somehow, cropped up again.

Just a thought,

cynthia

ccc143
Calcite | Level 5

That worked!!  Thanks!!!

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!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 2 replies
  • 4256 views
  • 1 like
  • 2 in conversation