Start CICS User (STRCICSUSR)

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 user (STRCICSUSR) command starts a CICS user shell associated with an active CICS control region for the OS/400 user who initiated this command. The command also specifies whether a CICS transaction is to be initiated when the CICS user shell has been started.

Top

Parameters

Keyword Description Choices Notes
CTLRGN Control region Communications name, CICS Optional, Positional 1
TRANID Transaction ID Communications name, *DATA, *NONE Optional, Positional 2
DATA Initial TIOA data Character value, *NONE Optional, Positional 3
Top

Control region (CTLRGN)

The name of the CICS control region with which the CICS user shell will be associated. The name of the CICS control region is also known as the CICS system ID.

Top

Transaction ID (TRANID)

The name of the CICS transaction identifier used to initiate a CICS program identifier defined in the CICS program processing table.

The possible TRANID values are:

Top

Initial TIOA data (DATA)

Indicates the data that is to be used to prime the CICS terminal input/output area (TIOA) for the first RECEIVE command.

The possible DATA values are:

Top

Examples

None
Top

Error messages

Unknown
Top