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 (December 2003, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 23 Dec 2003 08:49:28 -0500
Reply-To:     "Fuchs, Tom" <Tom.Fuchs@LGEENERGY.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Fuchs, Tom" <Tom.Fuchs@LGEENERGY.COM>
Subject:      Re: How to SUM a Range of Variables in PROC MEANS
Content-Type: text/plain; charset="us-ascii"

Stephen,

If your V1S1-V1S25 are TRUE/FALSE variables imported from Excel (or similar source), the values would be negative. That would explain your negative sums.

TRUE = -1 FALSE = 0

Does this help?


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