No Thats not right I have many programs with a field called Select in they work
ok
Steve
-----Oorspronkelijk bericht-----
Van: rpg400-l-bounces@xxxxxxxxxxxx
[
mailto:rpg400-l-bounces@xxxxxxxxxxxx]Namens Peter.Colpaert@xxxxxxxxx
Verzonden: vrijdag 8 juni 2007 13:57
Aan: RPG programming on the AS400 / iSeries
Onderwerp: Re: Missing Semi-Colon - Not
Jerry,
I think (judging from the colour tokenizing) that you can't use Select as
a field name.
It's probably a reserved word, thus a big nono.
HTH,
Peter Colpaert
Application Developer
PLI - IT - Kontich, Belgium
-----
Yoda of Borg are we. Futile is resistance, assimilated will you be.
-----
Jerry Adams <jerry@xxxxxxxxxxxxxxx>
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
08/06/2007 14:52
Please respond to
RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx>
To
RPG Midrange <rpg400-l@xxxxxxxxxxxx>
cc
Subject
Missing Semi-Colon - Not
I am definitely losing it. Perhaps because it's early in the morning.
I am getting the following error while entering the following line.
While this snippet is from WDSc, I get the same error in SEU so this is
not a WDSc issue.
Select = 'LIBR/NV' + %editc(l$cust : 'X');
RNF5507E A semi-colon is not specified at the end of a free-format
specification.
This is odd because, as you can see, there is a semi-colon at the end of
the line. Odd, too, is that the examples in the ILE RPG Reference
manual are in fixed format, while nearly every other %bif is in /free
format.
As an Amazon Associate we earn from qualifying purchases.