Start ISPF Panel Interface - connect_cdc_sqdata - aws_mainframe_modernization_service - Latest

AWS Mainframe Modernization Data Replication for IBM z/OS

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
AWS Mainframe Modernization > AWS Mainframe Modernization Service
Version
Latest
ft:locale
en-US
Product name
AWS Mainframe Modernization
ft:title
AWS Mainframe Modernization Data Replication for IBM z/OS
Copyright
2025
First publish date
2000
ft:lastEdition
2025-02-10
ft:lastPublication
2025-02-10T15:55:15.122000
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.
  1. 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'”
  2. Use options 2, 3, and 6 to setup and configure IMS capture.