Selects or rejects records for the specified processes. Format /IDENT=([-]pid[,...])
1 – Description
The /IDENT qualifier uses the value of the process identifier (PID) field to select records for processing. This field is present in all records except file backward link and file forward link records. For print job records, it contains the PID of the process that submitted the job. The /IDENT qualifier selects only records that have the specified values in the PID field. If you precede the values with a minus sign, it selects all records except those with the specified values. Each process-id must be a hexadecimal number of eight digits or less. See also the /OWNER qualifier, which selects or rejects records for subprocesses created by specified processes.
2 – Examples
1.$ ACCOUNTING /IDENT=(25634,045A6B) This example processes the file SYS$MANAGER:ACCOUNTNG.DAT. It produces a brief report of all records for processes with a PID of 25634 or 045A6B. 2.$ ACCOUNTING /IDENT=(-25634,045A6B) This example processes the file SYS$MANAGER:ACCOUNTNG.DAT. It produces a brief report of all records except those for processes with a PID of 25634 or 045A6B.