×
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.
I removed the parens and it worked. I don't know. I can't figure out why
it would not work yesterday, then today I add the parens, recompile then
it works. Then I remove the parens, recompile, and it works again. Who
knows. It now works as I expect that it should have.
I probably did something that I'm unaware of, maybe something stuck in
memory somehwere, who knows at this point.
Thanks
Bryce Martin
Programmer/Analyst I
570-546-4777
Joe Pluta <joepluta@xxxxxxxxxxxxxxxxx>
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
06/13/2009 08:59 AM
Please respond to
RPG programming on the IBM i / System i <rpg400-l@xxxxxxxxxxxx>
To
RPG programming on the IBM i / System i <rpg400-l@xxxxxxxxxxxx>
cc
Subject
Re: Multiple Conditions on a DOW loop
I find that unlikely (although not impossible, I guess).
Try REMOVING the parentheses again and recompiling and see if the
problem reoccurs.
Joe
Well putting parthenethsis around the conditions made it work.
dow (shopDays(DDYIndex) <> '' and shopDays(DDYIndex) <> 'A');
enddo;
As an Amazon Associate we earn from qualifying purchases.