Previous Topic: EBCXMOPT Statement Parameters

Next Topic: Macro Coding Example


EBCXMTRN Statement Parameters

The following parameters are specified in the EBCXMTRN statements:

TYPE=EXPRESS|GEN

Specifies whether this is a transaction/database entry or the table is to be generated.

GEN

Generates the table.

EXPRESS

Contains a transaction code and index entry for CA Deliver. SAR and INB are valid for CA Viewr and CA Balancing Report Control (CA Balancing) if this is a combined table.

TRANID=tranid

Defines the transaction identifier for CICS.

For TSO, ISPF, and CA Roscoe (the cross-memory drivers), TRANID is ignored, and the first instance of the database high-level qualifier is used.

INDEX=high-level-name

Defines the high-level name of the database.

TIMEOUT=nnn

Defines the time out value, in seconds, to be used by this transaction.

Default: 240 seconds (four minutes)

SUBSYS=subsys-id

Defines a four-character MVS subsystem name which must match the value specified for SUBSYS in the cross-memory started task JCL.

Each subsystem can support multiple databases and/or CICS/IMS regions.

Default: XMC0

Note:

RECON=YES|NO

Indicates whether a user can reconnect to a lost session.

Default: NO.

MSGSUPP=YES|NO

Indicates whether a termination message is displayed when a session is terminated by a user.

Default: NO. This does not suppress messages generated from abnormal termination.

Note: The statements follow standard assembler coding conventions.