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 (September 2006, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 12 Sep 2006 11:01:38 -0400
Reply-To:     Jim Groeneveld <jim2stat@YAHOO.CO.UK>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Jim Groeneveld <jim2stat@YAHOO.CO.UK>
Subject:      Re: Question on ODS RTF
Comments: To: SUBSCRIBE SAS-L Chandra Gadde <ddraj2015@GMAIL.COM>

Hi Gadde,

That is the way PROC PRINT does it by default (according to the docs). It only uses more pages if not all variables fit on one page. Read about the formatting options of PROC PRINT in the docs.

I would like to suggest PROC REPORT to you, but I don't know whether something like what you want is at all possible with PROC REPORT.

Regards - Jim. -- Jim Groeneveld, Netherlands Statistician, SAS consultant home.hccnet.nl/jim.groeneveld

My computer remains home while I will attend PhUSE 2006 in Dublin.

On Tue, 12 Sep 2006 10:20:58 -0400, SUBSCRIBE SAS-L Chandra Gadde <ddraj2015@GMAIL.COM> wrote:

>Hi All, > >I have a data set which has 60 variables and 200 observations. I need to >print them such that I should be getting all the variables in one page >instead of multiple pages. I don't have to worry about the number of >observations I get in a page but I must get all the variables in one page. >Forexample: > >OBS COL1 COL2 COL3 COL4 COL5 COL6 COL7 COL8 COL9 COL10 COL11 COL12 COL13 >1 12 12 13 14 15 23 VG YH 66 UU HJ 88 8I >2 32 45 47 78 75 42 TG OK KK LL MM 77 6P > >OBS COL14 COL15 COL16 COL17 COL18 COL19 COL20 COL21 COL22 COL23 COL24 COL25 >1 11 223 233 333 3333 IO PO OO II KK 99 I8 >2 12 32 233 333 456 PL LO HU LP OK 87 KK > >..... >..... > >All that should be and also it should have all the 60 variables. I am >using SAS 8.2. > >Please help me. > >Thanks, >Gadde


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