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 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 22 Sep 2009 13:44:44 -0500
Reply-To:     Igor Holas <iholas@MAIL.UTEXAS.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Igor Holas <iholas@MAIL.UTEXAS.EDU>
Subject:      Handling non sysmiss missing values
Content-Type: text/plain; charset=ISO-8859-1

I am preparing data for Mplus and as such replacing my sysmiss values (.) with a specific number value (-999)

How do I specify proc means (and other procs) to handle these specific values as missing? I searched for this but found nothing. I tried:

proc means data=XXX mean range min max var skew kurt ; var _all_; MISSING -999; run;

that did not work.

Thanks

Igor Holas Graduate Student Human Development & Family Sciences and Population Research Center Seay 2.442

University of Texas at Austin 1 University Station - A2702 Austin, TX 78712

c: 440.281.3623 o: 512.232.1964 f: 512.475.8662


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