On Wed, 6 Mar 2013 15:31:35 -0800, Charles Mills wrote:
>
>As I have it coded now the Rexx first calls a little assembler stub that I
>happened to already have that issues an MVS LOAD.
>
>I then use Rexx ADDRESS LINKPGM to call the module. LINKPGM makes the LOAD
>technically redundant, ...
>
>Would the august sages of IBMMAIN agree that this is not a bad way to do
>things; that there is little additional overhead in using LOAD + LINKPGM (+
>DELETE) as opposed to just LINKPGM?
> 
I would expect that if you LINKPGM the module more than once you come
out 'way ahead, especially if it's non-LPA.

Do you DELETE it when you're finished?

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to