Selects or rejects records for the specified images. Format /IMAGE=([-]image_name[,...])
1 – Description
The /IMAGE qualifier uses the value of the image name field to select records for processing. This field is present only in records of type IMAGE, and contains the name of the image. Note that the system does not track records of type IMAGE by default. To enable the tracking of IMAGE records, use the SET ACCOUNTING command. The /IMAGE qualifier selects only records that have the specified values in the image name field. If you precede the values with a minus sign, it selects all records except those with the specified values. Each image name is a string that gives the file name portion of the image file specification. Do not include the device, directory, or file type.
2 – Examples
1.$ ACCOUNTING /IMAGE=DIRECTORY This example processes the file SYS$MANAGER:ACCOUNTNG.DAT. It produces a brief report of all records for the DIRECTORY.EXE image. 2.$ ACCOUNTING /IMAGE=-DIRECTORY This example processes the file SYS$MANAGER:ACCOUNTNG.DAT. It produces a brief report of all records except those for the DIRECTORY.EXE image.