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 (November 2003, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 28 Nov 2003 07:34:21 -0000
Reply-To:   "Deng, Yue" <Yue.Deng@ASTRAZENECA.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Deng, Yue" <Yue.Deng@ASTRAZENECA.COM>
Subject:   how to separate variable name and data in procedure PRINT by a li ne?
Content-Type:   text/plain; charset="GB2312"

Hello everybody,

I have a very simple but detailed question.

As you know 'headline' can produce a line between variable name and data as the following example:

proc report data=*** nowd headline; .......

A B C ----------------- 1 a 1 2 b 5 3 c 6

Do you know the corresponding option in procedure PRINT, which can also separate variable name and data like above?

Thank you in advance! Yue


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