Where allowed to run:
|
Parameters Examples Error messages |
The Start CICS (STRCICS) command will start a CICS control region and specifies how to recover CICS Temporary Storage/Transient Data files. In addition, this command indicates what will happen to previous release CICS resource definition tables encountered in this control region. The CICS control region must be completely started prior to executing any associated CICS shells (batch or user). Refer to the STRCICSUSR CL command in order to start a CICS user shell.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
CTLRGN | Control region | Communications name, CICS | Optional, Positional 1 |
STRTYPE | Type of start | *COLD, *EMER, *WARM | Optional, Positional 2 |
SITLIB | System Initialization Table | Communications name, *LIBL, *CURLIB | Optional, Positional 3 |
SITGRP | System initialization group | Communications name, *FIRST | Optional, Positional 4 |
CONVERT | Convert | *PROMPT, *CVT, *NOCVT | Optional, Positional 5 |
Top |
The name of the CICS control region to be started. This can be obtained from your CICS System Administrator. The name of the CICS control region is also known as the CICS SYSID.
control-region: The length is four characters. The first character must be alphabetic, or one of the special characters, $, @, or #. The remaining characters can be alphanumeric or one of the special characters, $, @, or #.
Top |
Indicates how to recover the CICS temporary storage and transient data files when the CICS control region is started.
STRTYPE is needed only if you need to do a *COLD or *EMER start.
The possible STRTYPE values are:
When *NO is specified on the TSCTL recover data (element 2) value, the CICS temporary storage queues are cleared. When *NO is specified on the TDCTL recover data (element 2) value, the CICS transient data queues are cleared.
When *YES is specified on the TSCTL recover data (element 2) value, all recoverable and non-recoverable CICS temporary storage queues are recovered. When *YES is specified on the TDCTL recover data (element 2) value, all recoverable and non-recoverable CICS transient data queues are recovered.
When *NO is specified on the TSCTL recover data (element 2) value, the CICS temporary storage queue is cleared. When *NO is specified on the TDCTL recover data (element 2) value, the CICS transient data queue is cleared.
When *YES is specified on the TSCTL recover data (element 2) value, the recoverable CICS temporary storage queues that are recovered is governed by the TSCTL age limit (element 1) value in the CICS system initialization table. When *YES is specified on the TDCTL recover data (element 2) value, all recoverable CICS transient data queues are recovered.
Top |
The name of the iSeries library that contains the CICS System Initialization Table to be used to initialize the CICS control region.
The possible SITLIB values are:
Top |
The name of the CICS group that contains the CICS System Initialization Table to be used to initialize the CICS control region.
Top |
Indicates what will happen to any previous release tables that are encountered in the CICS control region. Tables that are older than the previous release will not be converted.
The possible CONVERT values are:
Tables that are converted will cause a conversion of all groups contained in the tables.
When the CICS system initialization table is from the previous release of CICS, then the CICS control region will not be started. All other tables will allow the CICS control region to be started, but the data in the tables will be ignored.
Top |
Top |
Top |