Dave,
I'm sure it would but I'm using an old, old version of Eclipse/Websphere for source editing and that gets flagged as errors now. Hopefully management will break down and get RDI for us.
Thanks!!!!!
Eric Hill
Integrated Corporate Solutions
ehill@xxxxxxxxxxxxx
256-760-8239
NOTICE:
This message may contain privileged or otherwise confidential information.
If you are not the intended recipient, please immediately advise the sender
by reply e-mail and delete the message and any attachments without using,
copying or disclosing the contents.
-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of dlclark@xxxxxxxxxxxxxxxx
Sent: Thursday, July 13, 2017 10:30 AM
To: RPG programming on the IBM i (AS/400 and iSeries) <rpg400-l@xxxxxxxxxxxx>
Subject: RE: Named Indicators in an Array
"RPG400-L" <rpg400-l-bounces@xxxxxxxxxxxx> wrote on 07/13/2017 11:17:17
AM:
d showarea ds inz
d showar01 n
d showar02 n
d showar03 n
d showar04 n
d showar05 n
d showar06 n
d showar07 n
d showar08 n
d showar09 n
d showar10 n
d showar11 n
d showar12 n
d showar13 n
d showar14 n
d showar15 n
d showar n dim(15) overlay(showarea)
Eric,
If you like that (and since you mentioned "old school") then wonder shouldn't this work the same.
dcl-ds showarea inz;
showar01 ind;
showar02 ind;
showar03 ind;
showar04 ind;
showar05 ind;
showar06 ind;
showar07 ind;
showar08 ind;
showar09 ind;
showar10 ind;
showar11 ind;
showar12 ind;
showar13 ind;
showar14 ind;
showar15 ind;
showar ind dim(15) pos(1);
end-ds;
Sincerely,
Dave Clark
--
int.ext: 91078
direct: (937) 531-6378
home: (937) 751-3300
Winsupply Group Services
3110 Kettering Boulevard
Dayton, Ohio 45439 USA
(937) 294-5331
*********************************************************************************************
This email message and any attachments is for use only by the named
addressee(s) and may contain confidential, privileged and/or proprietary information. If you have received this message in error, please immediately notify the sender and delete and destroy the message and all copies. All unauthorized direct or indirect use or disclosure of this message is strictly prohibited. No right to confidentiality or privilege is waived or lost by any error in transmission.
*********************************************************************************************
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
http://amzn.to/2dEadiD
As an Amazon Associate we earn from qualifying purchases.