×
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.
It sounds like you're wanting to use export/import declarations on your d-spec, but personally I think this is a bad idea. This amounts to undocumented interface between your program and your module. It's this sort of under-the-covers business that results in "tricky" code.
I always pass data between modules using the prototyped parameters defined in the copy member. If you need it in a procedure, then pass it in. If this data is used globally in the module (most or all your procedures need this stuff), then create a global DS in your module and write a procedure to set those values. All internal procedures would reference the global DS for these values.
JMO,
Eric
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx]On Behalf Of Booth Martin
Sent: Wednesday, August 15, 2007 1:47 PM
To: RPG programming on the AS400 / iSeries
Subject: Data from an RPGLE program being avaialble in a bound module
Learning can be so humiliating....
What am I missing? I have an RPGLE program that defines and fills some
fields with values. I have an RPGLE Module that is bound with the main
program at compile time. I wish to use those main-program values in
the module. I expected the values to be there, but debug says they are not.
Thanks in advance.
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.