RESNAME (Bytes 9–16)
Specifies the name of the requested resource. This value cannot be modified
(changed) by the exit program.
RESTYPE (Byte 17)
Specifies the type of resource to which the name refers. This is a 1-byte
hexadecimal value, where:
|X'03'Specifies a GOCA (graphics) object
|X'05'Specifies a BCOCA (barcode) object
|X'06'Specifies a 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.
| Otherwise, ACIF does not include any referenced coded fonts in the
| resource file; therefore, resource filtering is not applicable. ACIF needs to
| process coded fonts to determine the names of the code pages and font
| character sets they reference, which is necessary to create MCF-2
| structured fields.
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', and the
exit processes the resource.
Chapter 9. User Exits and Attributes of the Input Print File in OS/390, MVS, VM, and VSE 129