Change CICS TCT Entry (CHGCICSTCT)

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

Use the Change CICS Terminal Control Table (CHGCICSTCT) command to change an entry in the TCT.

Each TCT entry defines one of the following:

Top

Parameters

Keyword Description Choices Notes
LIB Library Communications name, *LIBL, *CURLIB Required, Positional 1
GROUP Group Communications name Required, Positional 2
CICSDEV CICS device Communications name Required, Positional 3
SYSID Remote CICS system Communications name, *SAME, *NONE Optional, Positional 4
RMTDEV Remote CICS device Communications name, *SAME, *CICSDEV Optional, Positional 5
DEVTYPE Device type *SAME, 5250, 3270, 3270P, 3270J, 3270JP, 3151, SCS Optional, Positional 6
PRTFILE Print file Qualified object name Optional, Positional 7
Qualifier 1: Print file Name, *SAME
Qualifier 2: Library Name, *SAME, *LIBL, *CURLIB
DEVD Device description Name, *SAME Optional, Positional 8
DEVMODEL Autoinstall model *SAME, *TERMINAL, *MODEL, *BOTH Optional, Positional 9
NETWORK Network Communications name, *SAME, *CICSDEV Optional, Positional 10
ALTSUFFIX Alternate map set suffix 0-9, *NONE, *SAME Optional, Positional 11
DEVSTS Status *SAME, *ENABLED, *DISABLED Optional, Positional 12
ATISTS ATI supported *SAME, *NO, *YES Optional, Positional 13
TTISTS Transaction entry supported *SAME, *YES, *NO Optional, Positional 14
USRARASIZE User area size 0-255, *SAME Optional, Positional 15
DEVCHRID Character identifier Element list Optional, Positional 16
Element 1: Code page 1-65535, *SAME, *SYSVAL
Element 2: Graphic character set 1-65535, *SAME, *SYSVAL
TRANSID Transaction Character value, *SAME, *ANY Optional, Positional 17
KATAKANA Japanese alphabet supported *SAME, *NO, *YES Optional, Positional 18
SOSI User specified DBCS data *SAME, *NO, *YES Optional, Positional 19
UNATTEND Unattended mode *SAME, *NO, *YES Optional, Positional 20
UCTRN Auto upper case translation *SAME, *NO, *YES, *TRANID Optional, Positional 21
ALTSCN Alternate screen size *SAME, *NONE, 24X80, 27X132 Optional, Positional 22
VALIDATION Validation capability *SAME, *NO, *YES Optional, Positional 23
LIGHTPEN Light pen supported *SAME, *NO, *YES Optional, Positional 24
SHIP Ship to another CICS system *SAME, *NO, *YES Optional, Positional 25
DEVACQ ATI acquire *SAME, *NO, *YES Optional, Positional 26
DSCOMP Datastream compression *SAME, *SITVAL, *NO Optional, Positional 27
Top

Library (LIB)

Enter the name of the OS/400 library that contains the group. Possible values are:

Top

Group (GROUP)

The name of the group containing the TCT entry to be changed.

Top

CICS device (CICSDEV)

The terminal used to work with a device. This field is used to identify this TCT entry.

Top

Remote CICS system (SYSID)

The system identifier defined in the TCS Table of the remote device.

Note: This entry will be installed as if SYSID(*NONE) was specified into the runtime resource table definitions Terminal Control facility, when the control region has the same system identifier.

Possible SYSID values are:

Top

Remote CICS device (RMTDEV)

The identifier by which the terminal is known on the remote system. This parameter is not valid when SYSID(*NONE) is specified.

Possible RMTDEV values are:

Top

Device type (DEVTYPE)

Indicates the type of terminal.

Possible DEVTYPE values are:

Top

Print file (PRTFILE)

The name of the print file to be used by the terminal. This is only valid when DEVTYPE is specified as SCS, 3270P, or 3270JP.

Possible library values are:

Possible file name values are:

Top

Device description (DEVD)

The iSeries device name that is associated with the terminal. This is only required when SYSID(*NONE) is specified and DEVTYPE(SCS) and DEVMODEL(*MODEL) are not specified.

Possible DEVD values are:

Top

Autoinstall model (DEVMODEL)

Indicates whether or not this terminal can be used as a model to autoinstall further terminals. This is only valid when DEVTYPE(5250), DEVTYPE(3270), DEVTYPE(3270J), or DEVTYPE(3151) is specified.

Possible DEVMODEL values are:

Top

Network (NETWORK)

The symbolic network name used to identify the logical unit as it is known throughout the network. The name is supplied to VTAM system definition and is used to build the node initialization block (NIB). This is not valid when DEVMODEL(*MODEL) is specified.

Possible NETWORK values are:

Top

Alternate map set suffix (ALTSUFFIX)

Enter a number to specify an alternate suffix for this device.

Possible values are:

Top

Status (DEVSTS)

Indicates whether or not the terminal can be used by the control region when the TCT entry is defined to the runtime resource table definition Terminal Control facility.

Possible DEVSTS values are:

Top

ATI supported (ATISTS)

Indicates whether the terminal can be used by transactions that are initiated automatically by the control region, or is an ISC session. An ISC session is for transactions that are using the terminal as an alternate facility to communicate with another CICS system.

Possible ATISTS values are:

Top

Transaction entry supported (TTISTS)

Indicates whether or not the terminal is allowed to initiate transactions.

Note: When ATISTS(*NO) is specified, then this parameter must have *YES.

Possible TTISTS values are:

Top

User area size (USRARASIZE)

The length of the user area associated with the terminal.

Possible USRARASIZE values are:

Top

Character identifier (DEVCHRID)

The code page and character set to be used with the terminal.

Possible DEVCHRID values are:

Top

Transaction (TRANSID)

The transaction identifier defined in the PCT, when it is the only transaction allowed to run on the terminal.

Possible TRANSID values are:

Top

Japanese alphabet supported (KATAKANA)

Indicates whether or not the terminal is to support double-byte characters.

Possible KATAKANA values are:

Top

User specified DBCS data (SOSI)

Indicates whether or not the terminal has mixed EBCDIC/DBCS field capability.

Possible SOSI values are:

Top

Unattended mode (UNATTEND)

Indicates whether or not the mode of operation for the terminal is unattended.

Possible UNATTEND values are:

Top

Auto upper case translation (UCTRN)

Indicates whether the terminal input is to be translated to uppercase.

Possible UCTRN values are:

Top

Alternate screen size (ALTSCN)

Indicates the alternate screen height and width associated with the terminal.

Possible ALTSCN values are:

Top

Validation capability (VALIDATION)

Indicates whether or not the terminal has validation capability. This consists of the mandatory fill and mandatory enter.

Possible VALIDATION values are:

Top

Light pen supported (LIGHTPEN)

Indicates whether or not the terminal has light pen capability.

Possible LIGHTPEN values are:

Top

Ship to another CICS system (SHIP)

Indicates whether or not the terminal definition may be shipped to a remote CICS system.

Possible SHIP values are:

Top

ATI acquire (DEVACQ)

Indicates whether or not the terminal is to be acquired by transactions that are initiated automatically by the control region.

The possible DEVACQ values are:

Top

Datastream compression (DSCOMP)

Indicates whether or not datastream compression may be performed for this terminal.

Possible values are:

Top

Examples

None
Top

Error messages

Unknown
Top