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
PROFILE WTPMSG MSGID
Before 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).