Selects or rejects records for the specified types of process. Format /PROCESS=([-]process_type[,...])
1 – Keyword
process_type[,...] Specifies which types of process you want to select or reject. The following table shows the keywords available: Keyword Type of Process BATCH Batch process DETACHED Detached process INTERACTIVE Interactive process NETWORK Network process SUBPROCESS Subprocess of any of the other process types
2 – Description
The /PROCESS qualifier uses the value of the process type field to select records for processing. This field is present only in records of type IMAGE and type PROCESS. For records of type IMAGE, this field contains the type of the process in which the image was executed. The /PROCESS qualifier selects only records that match the specified types of process. If you precede the list with a minus sign, it selects all records except those for the specified types of process. See also the /TYPE qualifier, which selects or rejects specified types of record.
3 – Example
$ ACCOUNTING /TYPE=IMAGE /PROCESS=INTERACTIVE /FULL This example processes the file SYS$MANAGER:ACCOUNTNG.DAT. It produces a full report of the resources used by images running in interactive processes.