BookmarkSubscribeRSS Feed
IJU
Fluorite | Level 6 IJU
Fluorite | Level 6
According to the note at http://support.sas.com/kb/7/887.html the Problem note 7887: "PROC REPORT does not repeat values of GROUP/ORDER variables when groups break across pages( for the ODS destination)" has been fixed in SAS 9.2.
We have started using SAS 9.2 on XP_PRO platform: the bug is still there.
Has this problem been fixed or not?

Thanks,
IJU
4 REPLIES 4
Tim_SAS
Barite | Level 11
Try using the new SPANROWS option on the proc statement:

proc report data=xyz nowd SPANROWS ...;

If your output is RTF you must use the new tagsets.rtf destination.
IJU
Fluorite | Level 6 IJU
Fluorite | Level 6
Hi Tim:

The SPANROWS option works in both ODS PDF and tagsets.rtf destination. But I cannot get the pageOf feature to work now. Is there a solution with both GROUP/ORDER variables repeated on a page and the pageOf feature?

Thanks,
IJU
IJU
Fluorite | Level 6 IJU
Fluorite | Level 6

Hi Tim:

Sorry. Could you please ignore my previous reply. The PageOf option works in ODS with  and  variables and a correct escape character statement.

Thanks,

IJU

IJU
Fluorite | Level 6 IJU
Fluorite | Level 6
Thank you, Tim.
It works now.

Regards,
IJU

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 4 replies
  • 1138 views
  • 0 likes
  • 2 in conversation