BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi all

I'm trying to create a report that includes a summary section at the top and two detailed sections below. The report elements (summary and two detailed sections) are identified using the variables listed in the by statement. Getting the data out in the correct order is not a problem. However, placing the header for the second detailed section is proving problematic. Essentially, the header is appearing above every line of the second detailed section. My question is, is there a method of assigning the second set of headers once.

Any help would be much appreciated.
1 REPLY 1
Cynthia_sas
Diamond | Level 26
Hi:
DATA step output written to FILE PRINT and the LISTING window uses a different syntax than DATA step output written to FILE PRINT ODS and ODS HTML, ODS RTF or ODS PDF.

These sample programs that show using FILE PRINT and LISTING techniques with PUT statements, FILE PRINT, N=PS, HEADER and ARRAY statments may be useful to you:
http://support.sas.com/ctx/samples/index.jsp?sid=49&tab=about
http://support.sas.com/ctx/samples/index.jsp?sid=41&tab=about


For more help with DATA step syntax, you might consider contacting Tech Support.

cynthia

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1 reply
  • 819 views
  • 0 likes
  • 2 in conversation