INDEXOBJ

Specifies the type of information ACIF puts in the index object file.

INDEXOBJ={GROUP | ALL | NONE | BDTLY}
The values are:
GROUP
ACIF places only group-level entries into the index object file, which saves space.
ALL
ACIF places both page-level and group-level entries into the index object file. Select ALL if you are indexing a file for use with the AFP Workbench Viewer application.
NONE
ACIF suppresses the collection of all index-level information. Select NONE if you do not require an external index file. Selecting NONE also reduces ACIF storage requirements.
BDTLY
ACIF passes all Begin Document (BDT) and End Document (EDT) structured field pairs from the MO:DCA-P input file to the output data stream in the same order they are found without creating any additional BDT/EDT pairs. If BDTLY is not specified, ACIF normally removes multiple BDT and EDT structured fields from the input file and generates a single BDT/EDT structured field pair for the entire output. This situation is because MO:DCA-P indexes are relative to the BDT structured field.
    Note:
  1. This value is not valid when the input file is line data because line data does not contain BDT and EDT structured fields.
  2. The index object file that is created is suitable for printing, but must not be used with indexing because the resulting index is not MO:DCA-P compliant and might not be processed correctly by programs that use the index.
If this parameter is not specified, ACIF uses GROUP as the default.