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



On 2018-03-12 12:02 PM, dlclark@xxxxxxxxxxxxxxxx wrote:
I did some testing. You're probably missing the DTAARA keyword in
column 40 of the UDS statement. Using the MAIN keyword means that the LDA
(and other data areas) cannot be automatically handled by the RPG program.
Therefore, you must explicitly tell RPG that your UDS is a data area by
specifying the DTAARA keyword on your UDS statement and coding the IN,
OUT, and UNLOCK op codes in your calculations.

When you use the MAIN keyword, the UDS is still automatically handled by the RPG program. But the automatic handling only applies to locking the data area during module initialization.

The presence of the DTAARA keyword causes the IN, OUT, and UNLOCK opcodes to be allowed with the data area. That rule also applies to cycle programs (no MAIN or NOMAIN keyword).

Barbara


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.