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
SAS Super FREQ
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

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