×
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.
Thanks Birgitta. I was hoping for some type of keyword or indicator that I can use to tell the compiler not to generate those code.
<clip>
"Birgitta Hauser" <Hauser@xxxxxxxxxxxxxxx> wrote in message news:<mailman.32.1353044986.10847.rpg400-l@xxxxxxxxxxxx>...
This is an RPG (and not an SQL) error.
Embedded SQL always generates a work field for each host variable.
The first parameter in your stored procedure may be an input/output field.
After having called the stored procedure the piUserId is updated, which is
not allowed, because it is defined/passed as constant reference.
Just generate a work field for piUserId, move piUserId to this work field
and pass the work field as parameter.
Mit freundlichen Grüßen / Best regards
Birgitta Hauser
</clip>
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.