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 (November 1997, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sat, 1 Nov 1997 02:45:59 +0000
Reply-To:     John Whittington <johnw@MAG-NET.CO.UK>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         John Whittington <johnw@MAG-NET.CO.UK>
Subject:      Re: Strange behaviour of 6.10
Comments: To: "SAS & OS/2: THE PERFECT TEAM." <JAMES@UCRAC1.UCR.EDU>
Content-Type: text/plain; charset="us-ascii"

"SAS & OS/2: THE PERFECT TEAM." <JAMES@UCRAC1.UCR.EDU> wrote:

>Has anyone else witnessed the following behavior of SAS 6.10 on Win 95. The >following program gets stuck in an infinite loop: > >data foo; > do while(I<20) ; > x=ranuni(0); > i+1; > output; > end; >run; > >On matching the case in the while clause with that of the counter, it >executes normally. I am unaware of SAS being (intrinsically) case sensitive. >Needless to say I cann't replicate the problem on another machine...

James, it workes fine, regardless of case (for either occurence of i/I) on 6.12/Win95.

Regards

John

----------------------------------------------------------- Dr John Whittington, Voice: +44 1296 730225 Mediscience Services Fax: +44 1296 738893 Twyford Manor, Twyford, E-mail: johnw@mag-net.co.uk Buckingham MK18 4EL, UK mediscience@compuserve.com -----------------------------------------------------------


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