|X'03'Specifies a GOCA (graphics) object
|X'05'Specifies a BCOCA (barcode) object
|X'06'Specifies an IOCA (IO image) object
X'40'Specifies a font character set.
X'41'Specifies a code page.
|X'42'Specifies a coded font.
X'FB'Specifies a page segment.
X'FC'Specifies an overlay.
ACIF does not call this exit for the following resource types:
Page definition
The page definition (pagedef) is a required resource for processing
line-mode application output. The page definition is never included in the
resource file.
Form definition
The form definition (formdef) is a required resource for processing print
files. If you do not want the form definition included in the resource file,
specify restype=none or explicitly exclude it from the restype list.
Coded fonts
| If MCF2REF=cf is specified, coded fonts are included in the resource file.
COM setup files
A COM setup file (setup) is a required resource for processing microfilm
files. If you do not want a setup file included in the resource file, specify
restype=none or explicitly exclude it from the restype list.
request (Byte 18)
Specifies how the resource is to be processed by ACIF. On entry to the exit
program, this parameter is X'00'. When the exit program returns control to
ACIF, this parameter must have the value X'00' or X'01' where:
X'00'Specifies that the resource be processed by ACIF.
X'01'Specifies that the resource not be processed by ACIF.
A value of X'00' on entry to the exit program specifies that the resource be
processed. If you want to ignore the resource, change the request byte value
to X'01'. Any value greater than X'01' is interpreted as X'00' the resource is
processed.
eof (Byte 19)
An End-Of-File (eof) indicator. This indicator is a 1-byte character code that
signals when ACIF has finished writing the resource file.
When eof is signaled (eof value = ‘Y’), the last record has already been
presented to the resource exit. The pointer record is no longer valid. Records
may not be inserted when eof is signaled. The following are the only valid
values for this parameter:
YSpecifies that the last record has been written.
NSpecifies that the last record has not been written.
This end-of-file flag, used as a last-call indicator, returns control to ACIF. The
exit program cannot change this parameter.
Chapter 4. User Exits and Attributes of the Input Print File in AIX 73