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 (January 2002, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 15 Jan 2002 13:12:12 +0100
Reply-To:     Engelbert Smets <smets@PROVINZIAL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Engelbert Smets <smets@PROVINZIAL.COM>
Subject:      mod-function
Content-Type: multipart/alternative;

Hi Listers!

We use SAS 8.2 on OS/390. I have this little SAS-Program:

OTE: The initialization phase used 0.13 CPU seconds and 5562K. DATA TEST; LENGTH DEFAULT=4 ; FELDA =25.4 ; FELDB =50 ; FELDM = FELDA*FELDB ; FELDR = MOD(FELDM,10) ; FELDR1 = MOD(FELDM,5) ; PUT _N_ '1* 'FELDA= FELDB= FELDM= FELDR= FELDR1= ; RUN;

1* FELDA=25.4 FELDB=50 FELDM=1270 FELDR=10 FELDR1=5 OTE: The data set WORK.TEST has 1 observations and 5 variables.

I do not understand why the variables FELDR and FELDR1 contain the divisors. I expect they should contain ZERO! Do you too ? e. -- Freundliche Grüsse aus Düsseldorf! Engelbert Smets c/o Provinzial Rheinland Versicherungen Die Versicherung der Sparkassen KIP3 / C00 / C00103 Provinzialplatz 1 40591 Düsseldorf Tel.: (0211) 978 2016 Fax: (0211) 978 1764


[text/html]


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