Page 1 of 1

use of fetchable in pl1

PostPosted: Thu Dec 22, 2016 6:59 pm
by amitpadhi
Can anyone explain with example for fetchable use in pl1..





Thanks

Re: use of fetchable in pl1

PostPosted: Thu Dec 22, 2016 7:40 pm
by Akatsukami
Not in Forum Rules.

Moved to PL/I

Re: use of fetchable in pl1

PostPosted: Thu Dec 22, 2016 8:07 pm
by NicC
What do you not understand from the relevant manuals?

Re: use of fetchable in pl1

PostPosted: Fri Dec 23, 2016 10:51 am
by amitpadhi
This option indicates the procedure is dynamically fetched if necessary before invoking it. The FETCHABLE attribute is not valid on INTERNAL procedures. FETCHABLE procedures should not be linked into a load module that contains a MAIN procedure.

this is the note i got from manual but still want to know is it only for dynamic procedure module and not for static one how actually it works that i want to know.

Re: use of fetchable in pl1

PostPosted: Fri Dec 23, 2016 4:14 pm
by NicC
Research 'static' and 'dynamic' with regards to loading executable modules.