TRNCLDEFRecordType

TRNCLDEF Record

Fields

CSDGroup (String)

The name of the CSD group for this CICS resource definition. This field is ignored for BAS definitions.

changeAgent (String)

The change agent identifier that made the last modification.

  • CSDAPI - The resource was last changed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
  • CSDBATCH - The resource was last changed by a DFHCSDUP job.
  • DREPAPI - Resource was last changed by a CICSPlex SM API command.
changeAgentRelease (String)

The CICS release level of the agent that made the last modification.

changeTime (String)

The local time and date when the definition was last changed.

changeUserID (String)

The user ID that made the last modification.

createTime (String)

The local date and time when the definition was created.

desccodepage (Long)

The code page of the description field. This field is ignored for CICS CSD resource definitions.

description (String)

A description of the transaction class definition.

from_csdingrp_csdgroup_defname_deftype (CSDINGRPRecordsType!)

References to this TRNCLDEF from CSDINGRP, by the attributes 'csdgroup', 'defname', 'deftype'.

from_resingrp_definitionName_definitionType_definitionVersion (RESINGRPRecordsType!)

References to this TRNCLDEF from RESINGRP, by the attributes 'definitionName', 'definitionType', 'definitionVersion'.

maxactive (Long)

The maximum number of transactions in this transaction class that are allowed to be active. You must specify a MAXACTIVE value when you define a transaction class, in the range 0 through 999.

name (String)

The name of the transaction class definition.

purgethresh (TRNCLDEF_PURGETHRESHValueType)

This is an optional purge threshold for the transaction class; it defines a threshold number at which transactions queuing for membership of the transaction class are purged. Specify it if you want to limit the number of transactions queueing in this transaction class. It can have the following values:

  • NO - The size of the queue is unlimited (other than by the storage available to attach tasks).
  • number - The purge threshold number in the range 1-1 000 000. If you specify this as 1, no transactions are allowed to queue. If you specify it as any other number (n), the size of the queue is restricted to number-1. All new transactions attached after the limit of n-1 is reached are purged.
userdata1 (String)

Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.

userdata2 (String)

Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.

userdata3 (String)

Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.

version (Long)

The version number of the BAS resource definition, from 1 to 15. This field is ignored for CICS CSD resource definitions.