
>>-PROCESSTYPE(name)--GROUP(groupname)--+-------------------+--->
'-DESCRIPTION(text)-'
>--FILE(file)--+-------------------+---------------------------->
'-AUDITLOG(journal)-'
.-AUDITLEVEL(OFF)------. .-STATUS(ENABLED)--.
>--+----------------------+--+------------------+--------------><
+-AUDITLEVEL(ACTIVITY)-+ '-STATUS(DISABLED)-'
+-AUDITLEVEL(FULL)-----+
'-AUDITLEVEL(PROCESS)--'
- AUDITLEVEL({OFF|PROCESS|ACTIVITY|FULL})
- specifies
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.
- 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 CICS® Business Transaction Services.
- AUDITLOG(journal)
- specifies
the name of a CICS journal to which audit trail records will be 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.
- DESCRIPTION(text)
- You can provide a description of the resource you are defining in this
field. The description text can be up to 58 characters in length. There are
no restrictions on the characters that you can use. However,
if you use parentheses, ensure that for each left parenthesis there is a matching
right one. If you use the CREATE command, for each single apostrophe in the
text, code two apostrophes.
- FILE(file)
- specifies
the name of the CICS file definition that will be 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.
Acceptable characters:A-Z 0-9 $ @ #
Unless
you are using the CREATE command, any lowercase characters you enter are converted
to uppercase. |
- GROUP(groupname)
- Every resource definition must have a GROUP name. The resource definition
becomes a member of the group and is installed in the CICS system when the
group is installed.
Acceptable characters:A-Z 0-9 $ @ #
Any
lower case characters you enter are converted to upper case. |
The GROUP name can be up to eight characters in length. Lowercase
characters are treated as uppercase characters. Do not use group names beginning
with DFH, because these characters are reserved for use by CICS.
- PROCESSTYPE(name)
- specifies
the name of this PROCESSTYPE definition.
Acceptable characters:A-Z a-z 0-9 $ @ # . / - _ % & ¢ ? ! : | " = ¬ , ; < >
For information about entering mixed case information,
see Entering mixed case attributes. |
The
name can be up to eight characters in length.. Leading and embedded blank
characters are not permitted. If the name supplied is less than eight characters,
it is padded with trailing blanks up to eight characters.
- STATUS({ENABLED|DISABLED})
- specifies the initial status of the process-type following a CICS initialization
with START=COLD or START=INITIAL. After initialization, you can use the CEMT
SET PROCESSTYPE command to change the status of the process-type. The status
of the process-type following a restart is recovered to its status at the
previous shutdown.
- 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.