It is documented in "SA23-2276-02 SMP/E for z/OS Reference" look for GIMAPI, on 
the CBTTAPE are some routines that provide an interface between REXX and GIMAPI.


"Overview of GIMAPI

GIMAPI is a program (load module) provided with IBM SMP/E for z/OS, V3R6 that 
can be called by a user-written application program to query the contents of 
the CSI.

GIMAPI uses data structures both to receive the query parameters from the 
caller and to return the query output to the caller. To request a query, you 
must set up the data structure containing the appropriate query parameters and 
call GIMAPI.
The general form of the GIMAPI call is:

GIMAPI(apicmd,parmptr,outptr,language,rc,cc,msgbuff)
where apicmd specifies the API command that GIMAPI is to process (either QUERY, 
FREE or VERSION). See QUERY command, FREE command and VERSION command for 
descriptions of these commands and a detailed description of how the remaining 
parameters parmptr, outptr, language, rc, cc, and msgbuff) are used on those 
commands.
Parent topic: SMP/E CSI application programming interface"


Al Nims
UFIT
University of Florida
(352) 273-1298
@Home

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Paul Gilmartin
Sent: Tuesday, August 08, 2017 11:24 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: How to find the Global zone names in SMP/E via REXX

On Tue, 8 Aug 2017 13:44:03 +0000, Nims,Alva John (Al) wrote:

>Does any of the CBT Tape REXX programs that access the SMP/e API do the job?
> 
I see no mention of an API for Rexx in the SMP/E User's Guide, Reference, or 
Commands.
Where is an API for Rexx documented?

-- gil

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

----------------------------------------------------------------------
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