| 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
> >
>
|