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

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand in the Innovate Hub.

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