-
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 moduleSQDC$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 namedConnectCDC.Vnnnn
, you would specify:EXEC 'ConnectCDC.V40016.ISPFLIB(SQDC$STA)' 'ConnectCDC.V40016,CDC'
-
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'"