No, not safe.... Better to allocate in caller, then pass (by reference) the DS to the link-list-loader.
Eric
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx]On Behalf Of Lim Hock-Chai
Sent: Tuesday, March 11, 2008 2:32 PM
To: RPG programming on the AS400 / iSeries
Subject: RE: link list returned from service program
Can you be more specific?
In my service program, I do %alloc(%size(myDS)). This allocated memory
is then added to the list like myDSLast.next = myDS.... (The standard
link list stuff)
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Scott Klement
Sent: Tuesday, March 11, 2008 2:20 PM
To: RPG programming on the AS400 / iSeries
Subject: Re: link list returned from service program
That would depend on how the memory was allocated...
Lim Hock-Chai wrote:
I'm just curious to know if I've an export procedure that returns a
link list to the caller, how safe is it to continue to use the link
list after the service program is destroyed from the activation group?
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
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.