Modifying an existing ISPF selection menu
You can start CICS® VR simply by including CICS® VR as an option on the existing primary option menu (ISR@PRIM) that is shipped in ISP.SSPPENDU or on another selection menu.
Insert the statements that are marked on the right with an arrow (<====):
)BODY
⋮
1 ....... - .............
2 ....... - .............
. ....... - .............
O CICSVR - CICS VSAM Recovery <====
. ....... - .............
)PROC
⋮
&ZSEL = TRANS(TRUNC(&ZCMD,'.')
1 , ....
2 , ....
. , ....
O , 'PGM(DWWPM) NEWAPPL(DWW) PASSLIB' <====
. , ....
⋮
)END
Specify that you want to receive all write-to-programmer messages (including
the message ID), at your terminal. This helps you to analyze any problems
that might occur while setting up the CICS® VR ISPF dialog interface. To do this,
enter this TSO command:
PROFILE WTPMSG MSGIDBefore you can start CICS® VR, you must allocate the CICS® VR data sets. You can allocate these data sets through the TSO logon procedure, or by executing a command list (CLIST) after TSO logon. See Sample CLIST (DWWCLIST).