× 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.



How would I tell if its optimized? Its a program compiled with
DFTACTGRP(*NO) and running in a named activation group. But the value
that I see in debug corresponds to value that I get returned to my screen.


Thanks
Bryce Martin
Programmer/Analyst I
570-546-4777



Kurt Anderson <kurt.anderson@xxxxxxxxxxxxxx>
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
06/12/2009 06:08 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






His SQL statement is changing DDYIndex.

Sometimes when code looks like it should work, but doesn't, can mean that
it wasn't recompiled....

Hard to say. I'm guessing you're debugging it. Is it optimized so you're
seeing a value that may not be what the program sees?

-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Nick_Radich@xxxxxxxxxxxxxx
Sent: Friday, June 12, 2009 4:42 PM
To: RPG programming on the IBM i / System i
Subject: Re: Multiple Conditions on a DOW loop

Hi Bryce,

When does the value of shopdays(DDYIndex) change?

I don't see it anyplace. This value is what is controlling your loop, and

it is not changing, so you will always stay in the loop.



Thanx,

Nick



Nick Radich
Sr. Programmer/Analyst
EPC Molding, Inc.
Direct (320) 679-6683
Toll free (800) 388-2155 ext. 6683
Fax (320) 679-4516
nick_radich@xxxxxxxxxxxxxx



Bryce Martin <BMartin@xxxxxxxxxxxx>
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
06/12/2009 04:14 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






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.

This thread ...

Follow-Ups:
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.