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 1996, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 31 Jan 1996 13:44:00 PST
Reply-To:     Paul Robertson <pfr@ALLP.COM>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Paul Robertson <pfr@ALLP.COM>
Subject:      Proc Report

The Proc Report 'Define' Stm has an option called 'NOZERO' that can be used to suppress the printing of columns that are composed entirely of zero or missing data. Our manuals tell us that there is also a 'SHOW ALL' command that would print columns, even those entirely composed of zero or missing values. It seems, however, that there is a disconnect b/w NOZERO and SHOWALL--- the NOZERO option pertains to a specific column but the SHOWALL parameter pertains to the entire table (right???).

Is there a column-specific reverse command for 'NOZERO'? Our problem is that we need to have some columns suppressed (that are used for ordering the data) but we also to display columns (for some small groups) are entirely zero-valued. Proc Report suppresses the zero-valued columns (in an attempt to help us, I guess).

Thanks, Paul Robertson Sr. Programmer/Analyst Alliance Pharmaceutical Corp. La Jolla, Ca. 619 558-4263 pfr@allp.com


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