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 (March 2007, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 21 Mar 2007 16:09:44 -0400
Reply-To:   "Howard Schreier <hs AT dc-sug DOT org>" <nospam@HOWLES.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Howard Schreier <hs AT dc-sug DOT org>" <nospam@HOWLES.COM>
Subject:   Re: A Proc Tabulate Question

On Wed, 21 Mar 2007 14:28:18 -0400, Rathindronath <mehedisas@YAHOO.COM> wrote:

>Sorry I got it. I just need the command for not to print a tabulate in the >output file. I just need to create the dataset. can you help me?

Use

ods listing close;

before the TABULATE step and

ods listing;

after.

Another possibility is to use PROC SUMMARY instead of PROC TABULATE.


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