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



And, would the exit point be called by the precompiler? Because now

CST600B
1719 C+ DECLARE FRT1 CURSOR FOR SELECT
RID,RPROD,RSTAT,RWRKC,RBAS,RLAB,RSET,RMAC
1923 C+ DECLARE FRT2 CURSOR FOR SELECT
RID,RPROD,RSTAT,RWRKC,RBAS,RLAB,RSET,RMAC
2126 C+ DECLARE FRT3 CURSOR FOR SELECT
RID,RPROD,RSTAT,RWRKC,RBAS,RLAB,RSET,RMAC
2327 C+ DECLARE FRT4 CURSOR FOR SELECT
RID,RPROD,RSTAT,RWRKC,RBAS,RLAB,RSET,RMAC
5761ST1 V6R1M0 080215 Create SQL ILE RPG Object CST600B

DIAGNOSTIC MESSAGES
MSG ID SEV RECORD TEXT
SQL0104 30 1719 Position 43 Token , was not valid. Valid tokens: (.

SQL0104 30 1923 Position 43 Token , was not valid. Valid tokens: (.

SQL0104 30 2126 Position 43 Token , was not valid. Valid tokens: (.

SQL0104 30 2327 Position 43 Token , was not valid. Valid tokens: (.


Meaning you have to change it to either
DECLARE FRT1 CURSOR FOR SELECT RID(FRT),RPROD...
or
DECLARE FRT1 CURSOR FOR SELECT "RID",RPROD...
depending on what it is you really want. In existing code it will be the
latter.

Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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.