How can I get into the CA DB2 Tools' ISPF main menu without modifying my logon procedures or without making any ISPF panel modifications (as documented in the Installation Guide)?
You will need to make the CA DB2 Tools' RSPxxxx clist members addressable to your ISPF environment by copying them from our .CDBACLS0 (clist) library to one of your clist/exec libraries defined in the SYSPROC concatenation (as revealed when invoking TSO ISRDDN from the command line).
The RSPxxxx members to be copied are RSPMAIN, RSPDEF, RSPINIT, and RSPUSER.
You then will need to edit the RSPMAIN clist's PROC statement to provide the following information:
PROC 0 HIGHLVL(CA DB2 Tools' dsn highlevel) +
PARMLIB(highlevel.CDBAPARM) +
SUFFIX(xx) +
ENV() +
PARMS()
Then from ISPF option 6 command shell enter RSPMAIN
This will take you directly into the CA DB2 tools main menu.