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



Am 22.09.2023 um 20:13 schrieb Justin Taylor <jtaylor.0ab@xxxxxxxxx>:

I assume that those lines are excerpts of your program - so it is important where they are located. Especially in large sources, it's easy to mix up definitions of one procedure and code in another.

Dcl-s TypeSQL varChar(7) ;

Does this appear in the same member and procedure? So no /COPY? Or maybe out of focus (means defined in another procedure? Or did you shorten the definition and in the code there are some keywords (like INZ, OPTIONS, ...)?

EXEC SQL DECLARE TypeDescCsr CURSOR FOR
select TYPE, DESC
from TYPEDESC
where TYPE like :TypeSQL
for read only;

This seems complicated valid - even if TYPE would be a numeric column, SQL would try an implicit type cast.

So my only hint would be to look where the dcl-s appears - or if there are some keywords or a focus problem.

The SQL-PC normally don't throw a SQL0312 without a reason. But it may not be obvious, because the pre-compiler lags some features, that the RPG compiler already has (e.g. it knows LIKEREC but not LIKEREC(...:*ALL)).

I hope this helps a little.

Regards,
Daniel


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.