CEMT SET PROCESSTYPE
Change the attributes of a CICS® business transaction services process-type.
In the CICS Explorer, the Process Types view provides a functional equivalent to this command.
Description
SET PROCESSTYPE enables you to change the current state of audit logging and the enablement status of BTS PROCESSTYPE definitions installed on this CICS region.
Note: Process-types are defined in the process-type table (PTT). CICS uses the entries in this table to maintain its records of processes (and their constituent activities) on external data sets. If you are using BTS in a single CICS region, you can freely use the SET PROCESSTYPE command to modify your process-types. However, if you are using BTS in a CICSplex, it is strongly recommended that you use CICSPlex SM to make such changes. This is because it is essential to keep resource definitions in step with each other, across the CICSplex.
Syntax
Options
- ACTIVITY|FULL|OFF|PROCESS
- specifies the level of audit logging to be applied to processes
of this type. Note: If the AUDITLOG attribute of the installed PROCESSTYPE definition is not set to the name of a CICS journal, an error is returned if you try to specify any value other than OFF.The values are:
- ACTIVITY
- Activity-level
auditing. Audit records will be written from:
- The process audit points
- The activity primary audit points.
- FULL
- Full
auditing. Audit records will be written from:
- The process audit points
- The activity primary and secondary audit points.
- OFF
- No audit trail records will be written.
- PROCESS
- Process-level auditing. Audit records will be written from the process audit points only.
For details of the records that are written from the process, activity primary, and activity secondary audit points, see Specifying the level of audit logging.
- ALL
- specifies that any changes you specify are made to all process-types that you are authorized to access.
- ENABLED|DISABLED
- specifies whether new processes of this type can be created. The
values are:
- DISABLED
- The installed definition of the process-type is disabled. New processes of this type cannot be defined.
- ENABLED
- The installed definition of the process-type is enabled. New processes of this type can be defined.
- PROCESSTYPE(value)
- specifies the 8-character name of the process-type whose attributes are to be changed.
