Dynamically executing functions controlled by the CICS VR general control parameter
You can dynamically start any function controlled by the CICSVR_GENERAL_CONTROL parameter by issuing the SETSMS CICSVR_GENERAL_CONTROL(string) operator command from the console.
You can also use the panel interface CICS VR ISPF dialog interface to start any function controlled by the CICSVR_GENERAL_CONTROL parameter to activate control defaults.
Specifying a non-blank value for the CICSVR_GENERAL_CONTROL, string, parameter
in the active IGDSMSxx member starts the requested function during initialization
of the CICS VR
server address space.
- SETSMS CICSVR_GENERAL_CONTROL(string)
- Dynamically starts the specified function that is controlled by the CICSVR_GENERAL_CONTROL
parameter.
The string can contain one of the following values. The specified value must be padded on the right with blanks if necessary, and the strings must be separated with a blank or comma.
DISPLAY CBAUTO
DISPLAY CONTALL
DISPLAY CONTROL
DISPLAY DEFAULTS
DISPLAY DSSLDREG
DISPLAY LCDEL
DISPLAY LOLSCAN
DISPLAY REALDDN
DISPLAY REDORC
DISPLAY SECURITY
DISPLAY SELBKREG
DISPLAY SERVSEC
DISPLAY SETUP
DISPLAY SYSTEMID
DSSLDREG (NO | YES | YESTOP | ABARS | ABARSTOP)
LOLSCAN (NO | YES | DEREG | REPORT | DEREPORT)
NONE
REALDDN (NO | YES)
REDORC(redorc)
SCAN (LOL | LOLDEREG | LOLREP | LOLDEREP)
SCAVENGE (ALL | SERVER | INV | HISTORY)
SCAVSYNC (ALL | SERVER | INV | HISTORY)
SECURITY (NO | YES)
SELBKREG (NO|YES)
SERVSEC (NO|YES)
SETUP (jobname)
SYSTEMID (systemid)
- Examples
-
- SETSMS CICSVR_GENERAL_CONTROL(DISPLAY CONTALL)
- The values of all active CICS VR control strings are displayed.
- SETSMS CICSVR_GENERAL_CONTROL(DISPLAY SECURITY)
- The security default is displayed.
- SETSMS CICSVR_GENERAL_CONTROL(SCAVENGE HISTORY)
- The CICS VR history scavenger is dynamically run in asynchronous mode.
- SETSMS CICSVR_GENERAL_CONTROL(SECURITY YES)
- CICS VR RCDS security checking is turned on.
Note: Executing the SETSMS CICSVR_GENERAL_CONTROL(string) operator command does not change the current CICSVR_GENERAL_CONTROL(string) setting in the active IGDSMSxx member. Use the ROUTE command to send the command to multiple systems.