× 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.



I remember someone else having this issue and commented that I'd seen it
to, but I'm not sure if there was ever an RFE rasied or if it has been
solved.

In any case I know a little more about it now.

I seem to be able to consistently reproduce it.

SQLRPGLE

*I have some simple SQL that does a SELECT INTO :hostvar*

e.g.

Exec Sql
Select count(1) into :recordCount from somefile;


*Wrap it in an IF Statement*

If ( SomeBoolean conditions );

Exec Sql
Select count(1) into :recordCount from somefile;

EndIf;

*Start to insert an IF statement after the SQL but before the Endif:*

If ( SomeBoolean conditions );

Exec Sql
Select count(1) into :recordCount from somefile;

If ...

EndIf;

*At this point as I type the If... I get live parsing error:*

*Main Dialog:*
'Live parsing WS010S.SQLRPGLE' has encountered a problem.

An internal error occurred during: "Live parsing WS010S.SQLRPGLE".

*Details:*
An internal error occurred during: "Live parsing WS010S.SQLRPGLE".
Duplicate parser annotation, abort to prevent infinite loop.


- I attach the end of my .log file.
- A screenshot of the dialog box
- A screenshot of part of my RDi screen - it happened that I had two
edit versions of the same program open when it first happened and I
wondered if that might be relevant but in fact it is not. I recreated it
again in a separate simple program with one open window.

Is this a known problem?

Can anyone else reproduce it?

thanks and regards,
Craig

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.