Traditional format:
D MyDS DS
D Group Dim(99)
D Arr1 4A Overlay(Group)
D Arr2 20A Overlay(Group: *Next)
Mit freundlichen Grüßen / Best regards
Birgitta Hauser
"Shoot for the moon, even if you miss, you'll land among the stars." (Les
Brown)
"If you think education is expensive, try ignorance." (Derek Bok)
"What is worse than training your staff and losing them? Not training them
and keeping them!"
-----Ursprüngliche Nachricht-----
Von: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxx] Im Auftrag von Jon
Paris
Gesendet: Thursday, 06.11 2014 17:50
An: Rpg400 Rpg400-L
Betreff: Re: RNF0571 The second parameter of LOOKUP is not valid
Yes - use a group filed array - not a DS array.
I?ve lost your original email so I can?t do the exact code for you but ?
dcl-ds MyDS;
Group Dim(99);
Fld1 char(4) Overlay(Group);
Fld2 char(20) Overlay(Group: *Next); end-ds;
index - %LookUp( searchText: Fld2); // This should do it.
You?ll have to translate back to fixed form for V6 but I was in a hurry so
please excuse.
See
<
http://www.ibmsystemsmag.com/ibmi/developer/general/D-spec-Discoveries/>
http://www.ibmsystemsmag.com/ibmi/developer/general/D-spec-Discoveries/ for
a description of the group field concept and other related techniques.
Jon Paris
<
http://www.partner400.com> www.partner400.com
<
http://www.SystemiDeveloper.com> www.SystemiDeveloper.com
On Nov 6, 2014, at 10:59 AM, Bill Howie < <mailto:blhowie66@xxxxxxxxx>
blhowie66@xxxxxxxxx> wrote:
Birgitta,
We are on 6.1. Is there an alternative way to do this at that level?
Bill
--
This is the RPG programming on the IBM i (AS/400 and iSeries)
(RPG400-L) mailing list To post a message email:
<mailto:RPG400-L@xxxxxxxxxxxx> RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: <http://lists.midrange.com/mailman/listinfo/rpg400-l>
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: <mailto:RPG400-L-request@xxxxxxxxxxxx>
RPG400-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at <http://archive.midrange.com/rpg400-l>
http://archive.midrange.com/rpg400-l.
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L)
mailing list To post a message email: <mailto:RPG400-L@xxxxxxxxxxxx>
RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: <
http://lists.midrange.com/mailman/listinfo/rpg400-l>
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: <mailto:RPG400-L-request@xxxxxxxxxxxx>
RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
<
http://archive.midrange.com/rpg400-l>
http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.