On Mon, 7 Aug 2017 16:13:01 -0700, Lizette Koehler wrote:

>I have a requirement to create a process that is dependent on knowing the
>TLIB/DLIB zone names from the Global CSI.
>
>At this time, I do not see any type of ADDRESS SMPEXEC or other API process to
>do the extract.
> 
Alas, the API supports Assembler, Cobol, C, ... (I've modified and used the C
sample in SAMPLIB), but not Rexx.  The problem concerns a requirement that
that the caller supply pointers in control blocks whereas Rexx is 
pointer-challenged.
RFE opportunity?  Compare ICSF, which has a Rexx-friendly API.

>So I am guessing I will need to run an SMPE Process to do a listzone then parse
>the output for the names I need.
>
I can only suggest running an ADDRESS LINKMVS and scraping the SMPLIST,
as you guess.

>Unless someone has an easier way to do this, this is the process I will take.
>
>This process will eventually do a copyzone or mergezone.  Just trying to
>automate the process so the user does not need to tell the REXX that much
>information other than the GLOBAL CSI.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to