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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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