Here is the exact code.
dow shopdays(DDYIndex) <> '' and shopdays(DDYIndex) <> 'A';
Running_Date = Running_Date + %Days(1);
if Running_Year <> %subdt(Running_Date:*YEARS);
SFC_Load_Shop_Calendar(calendar:Facility:workcenter:Running_Year);
Running_Year = %subdt(Running_Date:*YEARS);
endif;
Exec SQL
Set :DDYIndex = DayOfYear(:Running_Date);
enddo;
It jumps in and increases Running_Date by a day when shopdays(DDYIndex) =
'A'.
Thanks
Bryce Martin
Programmer/Analyst I
570-546-4777
BMay@xxxxxxxxx
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
06/12/2009 04:22 PM
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
You can absolutely use multiple conditions on a DOW loop. Are you sure
your program matches the pseudo logic you included?
Brian May
Project Lead
Management Information Systems
Garan, Incorporated
Starkville, Mississippi
Young i Professionals
http://www.youngiprofessionals.com
Bryce Martin <BMartin@xxxxxxxxxxxx>
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
06/12/2009 03:16 PM
Please respond to
RPG programming on the IBM i / System i <rpg400-l@xxxxxxxxxxxx>
To
rpg400-l@xxxxxxxxxxxx
cc
Subject
Multiple Conditions on a DOW loop
Ok Group. I have run into an interesting problem...
I have this loop structure...
dow myVariable <> '' and myVariable <> 'A';
// I do some stuff
// At some point myVariable could be set to '' or A or another value
// at which point we want to run the loop again.
enddo;
But when myVariable = 'A' the loop runs anyway.
Can we not put multiple conditions on a DOW loop? Is my brain not reading
my logic correctly today?
Thanks
Bryce Martin
Programmer/Analyst I
570-546-4777
--- This message (including any attachments) is intended only for the use
of the individual or entity to which it is addressed and may contain
information that is non-public, proprietary, privileged, confidential, and
exempt from disclosure under applicable law. If you are not the intended
recipient, you are hereby notified that any use, dissemination,
distribution, or copying of this communication is strictly prohibited. If
you have received this communication in error, please notify us and
destroy this message immediately. ---
As an Amazon Associate we earn from qualifying purchases.