Start CICS (STRCICS)

Where allowed to run:
  • Batch job (*BATCH)
  • Interactive job (*INTERACT)
  • Batch program (*BPGM)
  • Interactive program (*IPGM)
  • Batch REXX procedure (*BREXX)
  • Interactive REXX procedure (*IREXX)
  • Using QCMDEXEC, QCAEXEC, or QCAPCMD API (*EXEC)
Threadsafe: No
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

Parameters

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

Control region (CTLRGN)

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

Type of start (STRTYPE)

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:

Top

System Initialization Table (SITLIB)

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

System initialization group (SITGRP)

The name of the CICS group that contains the CICS System Initialization Table to be used to initialize the CICS control region.

Top

Convert (CONVERT)

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:

Top

Examples

None
Top

Error messages

Unknown
Top