CEMT INQUIRE PROCESSTYPE

Function

Retrieve information about a CICS® business transaction services process-type.

Description

INQUIRE PROCESSTYPE returns information about the BTS PROCESSTYPE definitions installed on this CICS region. In particular, it shows the current state of audit logging for each displayed process-type.

Input

Press the Clear key to clear the screen. There are two ways of commencing this transaction:

To change various attributes, you can:

Read syntax diagramSkip visual syntax diagramCEMT INQUIRE PROCESSTYPE
 
                             .-ALl-----.
>>-CEMT Inquire PROCesstype--+---------+--+---------------+----->
                             '-(value)-'  '-File--(value)-'
 
>--+-------------------+--+----------+--+----------+-----------><
   '-AUditlog--(value)-'  +-ACtivity-+  +-Enabled--+
                          +-FUll-----+  '-Disabled-'
                          +-Off------+
                          '-Process--'
 
ALl
is the default. Information about all process-types is displayed, unless you specify a selection of process-types to be queried.
(value)
is the name (1-8 characters) of one or more PROCESSTYPE definitions installed in the process-type table (PTT).

Sample screen

Figure 47. CEMT INQUIRE PROCESSTYPE screen
I PROC
STATUS:   RESULTS - OVERTYPE TO MODIFY
 Pro(PROCESSTYPE12  ) Fil(FILE12  ) Aud(ADTLOG12) Pro Ena
 Pro(PROCESSTYPE13  ) Fil(FILE13  ) Aud(ADTLOG12) Off Ena
 Pro(PTYPE2B        ) Fil(FILE2B  ) Aud(DFHJ2B  ) Ful Ena
 Pro(PTYPE39        ) Fil(FILE39  ) Aud(DFHJ39  ) Off Ena
 Pro(SALESTYPE1     ) Fil(SALESF1 ) Aud(PLOG51  ) Off Dis
 Pro(SALESTYPE4     ) Fil(SALESF4 ) Aud(PLOG51  ) Act Ena
 Pro(SALESTYPE6     ) Fil(SALESF6 ) Aud(PLOG51  ) Off Ena
 

If you place the cursor against a specific entry in the list and press ENTER, CICS displays an expanded format as shown in Figure 48.

Figure 48. The expanded display of an individual entry
 I PROCESSTYPE(*)
 RESULT - OVERTYPE TO MODIFY
   Processtype(SALESTYPE4     )
   File(SALESF4 )
   Auditlog(PLOG51  )
   Auditlevel(Activity )
   Status( Enabled )
 

Displayed fields

Auditlevel
displays the level of audit logging currently active for processes of this type. The values are:
ACtivity
Activity-level auditing. Audit records are written from:
  1. The process audit points
  2. The activity primary audit points.
FUll
Full auditing. Audit records are written from:
  1. The process audit points
  2. The activity primary and secondary audit points.
Off
No audit trail records are written.
Process
Process-level auditing. Audit records are 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.

AUditlog(value)
displays the 8-character name of the CICS journal used as the audit log for processes of this type.
File(value)
displays the 8-character name of the CICS repository file on which the process and activity records for processes of this type are stored.
PROCesstype(value)
indicates that this panel relates to a PROCESSTYPE inquiry and displays the 8-character name of a process-type.
Status
displays 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.

Related concepts
The master terminal transaction, CEMT
Related reference
CBAM--BTS browser
INQUIRE PROCESSTYPE
CEMT INQUIRE TASK
CEMT SET PROCESSTYPE
[[ Contents Previous Page | Next Page Index ]]