How can I display CA InterTest and CA SymDump status, options and initialization details?
The CAOETABL and CAOUDFRX option table settings can be displayed by running this job step:
...
//OPTS EXEC PGM=CAOUOPTS
//STEPLIB DD DISP=SHR,DSN=your.INTSYM10.USER.LOADLIB your CAOETABL/CAOUDFRX/CAOCAB80
// DD DISP=SHR,DSN=your.INTSYM10.CAVHLOAD
//SYSPRINT DD SYSOUT=*
...
You can display the active CAVHCONF settings and initialization details by running this job step:
...
//STEP1 EXEC PGM=CAMRLPAQ
//SYSPRINT DD SYSOUT=*
...
The output is also helpful to uncover release mismatches.
In CICS the VRPT transaction is showing the maintenance status, options and further information for this CICS region.