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-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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