On Fri, 19 Nov 2010 07:30:08 -0600, Staller, Allan wrote:
>IIRC static linking is *NOT* required. Just make the ICSF loadlib avail
>via LNKLST or steplib
>
><snip>
>So, my question is whether static linking is required, or if (for
>instance) a standard Enterprise COBOL dynamic call ("CALL dataname")
>will also work.
></snip>
>
Rexx can do this. See the Rexx example in (IIRC) SYS1.SAMPLIB(CSFTEST).
One concern I'd have is the LOAD/DELETE overhead of making the
repeated dynamic calls to ICSF. This could be alleviated by keeping
ICSF in LPA or by performing an initial LOAD; repeated calls to
dynamic ICSF; and a final DELETE. Alas, I believe Rexx lacks the
LOAD/DELETE facility.
-- gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html