×
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.
Using IBM® Rational® Developer for i 9.5.0.3 (9.5.3.20160414_1208) with
syntax checking ON and Update Outline view when text is changed in the
editor ON.
this code is issuing syntax errors and Outline view is empty:
/COPY qcpylesrc,hheadersrv
d i s 10i 0
/free
Select;
when not %found and i = 0;
i = 1;
other;
i = 2;
Endsl;
hheadersrv:
h bnddir('MU':'QC2LE')
h option(*nodebugio)
h alwnull(*usrctl)
h decedit('0,')
h copyright('MR S.r.l.')
Errors (yellow triangle) are:
line 1 "D_Spec expected after this token"
line 4 "ENDSL inserte to complete scope"
line 6 "WHEN opcode expected instead of this input"
I can fix the problem changing line 5:
when not %found() and i = 0;
Since I also have RBD installed (not really stable) I'd like if somebody
can test it on a RDI only inst.
TIA
--
Marco Facchinetti
Mr S.r.l.
Tel. 035 962885
Cel. 393 9620498
Skype: facchinettimarco
As an Amazon Associate we earn from qualifying purchases.
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.