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

BTW... is anybody using IMPORT/EXPORT ?

Kind regards,
Paul

-----Original Message-----
From: Jon Paris [mailto:Jon.Paris@Partner400.com]
Sent: 08 March, 2002 0:02
To: rpg400-l@midrange.com
Subject: Static vs. Dynamic storage (was Activation groups for beginners
)


 > I guess I'm not clear on how static storage is "shared".

It is not shared at all.  "static" is what you probably think of as "normal"
variable storage in an RPG program.  The notion of designating storage as
static came about because in subprocedures the default is dynamic.  By this
we mean that the storage is allocated when the subprocedure is entered, and
deallocated when the subprocedure returns.  If you want to have storage in a
subprocedure behave like "normal" storage, then you have to designate the
variable(s) as STATIC.

For sharing of storage between modules the variables have to be designated
as Export(ed) by the owning program/service program and Import(ed) by all
those that wish to share that storage.

Jon Paris
Partner400


_______________________________________________
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/rpg400-l
or email: RPG400-L-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.




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.