LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2001, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 12 Jan 2001 16:59:44 -0500
Reply-To:   Emily C Yance <eyance@GMU.EDU>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Emily C Yance <eyance@GMU.EDU>
Organization:   Office of Institutional Assessment, George Mason University
Subject:   ODS with REPORT output to printer
Content-Type:   text/plain; charset=us-ascii

Hi, I'm an ODS newbie and am trying to use output from PROC REPORT in a PROC TEMPLATE, then send it to ODS PRINTER.

This line works within the PROC REPORT fine: COLUMN FULLANSWER (' SURVEY RESPONDENTS ' UCOUNT UPERCENT) (' ALL GRADUATES ' DCOUNT DPERCENT) RESPRATE;

It puts the word in quotes above/spanning the two columns that are in the parentheses with it. But I don't see how to do the same thing in the TEMPLATE. I tried the exact same syntax but it didn't like it.

So, anyone out there know how to make headers than span multiple (but not all) columns in PROC TEMPLATE? Thanks! -- Emily C. Yance Programmer/Analyst Office of Institutional Assessment George Mason University eyance@gmu.edu http://assessment.gmu.edu ********************************************


Back to: Top of message | Previous page | Main SAS-L page