× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Actually, you said that backwards...

DOU is tested at the bottom, the loop is always done at least once.
dou 1= 1;
dsply 'HI';
enddo;

Will display HI

DOW is tested at the top, the loop may not be done at all.
dow 1=2;
dsply 'HI';
enddo;

Will not display HI

Charles

On Fri, Jan 9, 2009 at 3:53 PM, James Perkins <jrperkinsjr@xxxxxxxxx> wrote:
I has morphed quite a bit.

I personally like the DOU just because the read is at the top rather than
the bottom in general. Truly it does and a few more lines of code, but I
just think it looks cleaner.

That being said I do use DOW of other things. I have a IFS service program
that I use DOW all the time to read files because it returns the number of
characters read. So I guess, as usual, it all depends. I do like having both
though.

James R. Perkins



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.