Run the TSO/ISPF interface - connect_cdc_mimix_share - 5.8

Connect CDC Installation Guide

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (MIMIX Share)
Version
5.8
Language
English
Product name
Connect CDC
Title
Connect CDC Installation Guide
Copyright
2024
First publish date
2003
Last updated
2024-10-21
Published on
2024-10-21T14:24:02.463862
  1. Select option 6 on the TSO Command Processor panel and enter this syntax:
    EXEC 'ConnectCDC.Vnnnn.ISPFLIB(SQDC$STA)' 'ConnectCDC.Vnnn,CDC'
    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 Connect CDC ISPF library.
    You can change your load library and other defaults values in the Session Defaults panel (Main Menu - option 0).
    For example, if your Connect CDC libraries are named ConnectCDC.Vnnnn, you would specify:
    EXEC 'ConnectCDC.V40016.ISPFLIB(SQDC$STA)' 'ConnectCDC.V40016,CDC'
  2. Create a REXX exec to invoke the ISPF interface, simply create a new exec member with the following contents:
    /* --------------------- REXX procedure ---------------------- */
    EXEC "V40016.Vnnnn.ISPFLIB(SQDC$STA)' 'V40016.Vnnnn,CDC'"