×
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.
Thanks Brian
Alan Shore
E-mail : ASHORE@xxxxxxxx
Phone [O] : (631) 200-5019
Phone [C] : (631) 880-8640
'If you're going through hell, keep going.'
Winston Churchill
-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxxxxxxxx] On Behalf Of Brian Parkins
Sent: Thursday, June 18, 2020 11:04 AM
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: [EXTERNAL] Re: Converting RPG to free
Alan, only a quick glance but I read this as setting on a single indicator. QQ contains the numeric value of that indicator, (30 + plus an offset determined from the value of HH).
To set on ALL indicators, there would be no suffix to the *IN array.
The free format equivalent would something like *IN(QQ) = *On;
HTH,
Brian.
On 18/06/2020 15:53, Alan Shore via RPG400-L wrote:
Hi everyone
Before I forget - we are on V7r3
Whenever I have to make a change to an RPG program, I ALLWAYS convert
that to ILE as the first step If the program is not a monolith, I am
now converting to free as well With that being said - I have come
across a piece of code that I don't know what to do with, and its just
2 separate lines - both the same
Here is that line including the converted line before it
Qq = 30 + Hh;
C MOVE '1' *IN(QQ)
This is (I believe) switching on an indicator *in01 through *in99
inclusive If I am wrong, by all means let me know
More importantly - how can this be converted to free
As always - all replies GREATLY appreciated
--
This is the RPG programming on IBM i (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.