The z/OS ISPF interface is an administration tool that allows you to configure, administer, and monitor z/OS capture agents, publishers, subscriptions, and controller daemons. The application includes a set of online help panels to assist you as necessary.
-
Start ISPF interface
The syntax to invoke the ISPF interface from TSO option 6 is:
EXEC 'SQDATA.V4nnnnn.ISPFLIB(SQDC$STA)' 'SQDATA.V4nnnnn'
Where the first argument is the fully qualified name of the start module SQDC$STA and the second argument is the high-level qualifier of the SQDATA ISPF library. You can change your load library and other defaults values in Defaults option 0 (see below).
To create a REXX exec to invoke the ISPF interface, simply create a new exec member with the following contents.
/* --------------------- REXX procedure ---------------------- */
EXEC “'SQDATA.V4nnnnn.ISPFLIB(SQDC$STA)' 'SQDATA.V4nnnnn'”
-
Use options 2, 3, and 6 to setup and configure IMS capture.