LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (July 2002, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 29 Jul 2002 09:36:45 -0400
Reply-To:     SAlbert@AOL.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Steve Albert <SAlbert@AOL.COM>
Subject:      Re: Proc Freq Question
Comments: cc: jassimrahma@HSBC.COM
Content-Type: text/plain; charset=iso-8859-1

Jassim,

Proc FREQ by default excludes missing values from the analysis; see the online documentation. The option MISSING on the TABLES statement overrides this, and forces the missing values to be included in the table. Changing your TABLES statement to

TABLES EMPLOYMENT_STATUS /MISSING;

should help.

Steve Albert Director of Biostatistics Spectrum Pharmaceutical Research Corp. San Antonio, TX SAlbert at SpectrumCRO dot com


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