PROCDEFRecordType

PROCDEF Record

Fields

CSDGroup (String)

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

auditlevel (String)

The initial level of audit logging for processes of this type. If you specify any value other than OFF, you must also specify the AUDITLOG option.

auditlog (String)

The name of a CICS journal to which audit trail records are written, for processes of this type and their constituent activities. The name can be up to eight characters long. If you do not specify an audit log, no audit records will be kept for processes of this type

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 date and time 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 CICS BTS process type definition.

file (String)

The name of the CICS file definition that is used to write the process and activity records of this process type to its associated repository data set. The name can be up to eight characters long.

from_csdingrp_csdgroup_defname_deftype (CSDINGRPRecordsType!)

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

from_resingrp_definitionName_definitionType_definitionVersion (RESINGRPRecordsType!)

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

name (String)

The name of the CICS BTS process type definition.

status (String)

The initial status of the process type:

  • DISABLED - Processes of this type cannot be created. An EXEC CICS DEFINE PROCESS request that tries to create a process of this type results in the INVREQ condition being returned to the application program.
  • ENABLED - Processes of this type can be created.
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.