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 (October 2005, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 14 Oct 2005 14:16:31 -0400
Reply-To:     "Fehd, Ronald J" <rjf2@CDC.GOV>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Fehd, Ronald J" <rjf2@CDC.GOV>
Subject:      Re: TOTAL = 0
Content-Type: text/plain; charset="us-ascii"

it may be the correct format but you want length DCDALLSP 8;* for a real number, i.e. w/decimals;

Ron Fehd the macro maven CDC Atlanta GA USA RJF2 at cdc dot gov

> -----Original Message----- > From: owner-sas-l@listserv.uga.edu > [mailto:owner-sas-l@listserv.uga.edu] On Behalf Of Srna, Carol (C.) > Sent: Friday, October 14, 2005 1:01 PM > To: SAS-L@LISTSERV.UGA.EDU > Subject: RE: TOTAL = 0 > > > DCDALLSP is Signed for a length 4. Is Informat PIB4. the correct > Informat to use? > > > -----Original Message----- > > From: Srna, Carol (C.) > > Sent: Friday, October 14, 2005 12:47 PM > > To: 'SAS-L@LISTSERV.UGA.EDU' > > Subject: TOTAL = 0 > > > > Hi All. > > > > This is my formula: > > TOTAL = DCDALLSP/1024**2; > > > > TOTAL is showing 0's for every observation in the file and I can't > > figure out why. > > Any ideas are greatly appreciated. > > > > Yes, variable DCDALLSP has values. > > > > TIA > > ~~Carol > > >


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