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



Hi
I am trying to use with RPG the SQL blocked INSERT statement i.e,
EXEC SQL INSERT INTO YAPARNCU (PYNROP, PYCDPA, PYNRPA)
:I ROWS VALUES(:DSTRUCT:ISTRUCT) ;
But I receive an error from precompiler
SQL5011 30 228 Posizione 41 La schiera della struttura host ISTRUCT non
è definita o non è utilizzabile. Reason: A member of the
host structure array used for indicators is not a
dimensioned array.

My hosts structure definitions are the following
D ISTRUCT DS QUALIFIED DIM(100) ind campi
D DS_NROP_i 5i 0
D DS_CDPA_i 5i 0
D DS_NRPA_i 5i 0
D DSTRUCT DS QUALIFIED DIM(100) val campi
D DS_NROP 6 0
D DS_CDPA 15A
D DS_NRPA 6 0

I googled for this kind of error SQL5011 and found that is related to Data rapresentation and so I put the following statement
exec sql set option commit=*none, datfmt=*iso ;
without results,
So which is my mistake?
Thanks in advance
regards
Mario

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.