|fdef Specifies that the form definition (formdef) used in
| processing the file will be included in the resource file.
|pseg Specifies that all page segments required to print or view the
| output document file will be included in the resource file.
|ovly Specifies that all overlays required to print or view the output
| document file will be included in the resource file.
|font Specifies that all font character sets and code pages required
| to print or view the output file will be included in the resource
| file. If mcf2ref=cf is specified, ACIF also includes coded
| fonts in the resource file. Otherwise, the coded fonts are
| never included in the resource file.
|objcon Specifies that all object container files requested by the input
| data stream (including the one specified by the comsetup
| parameter) be included in the resource file.
|bcoca Specifies that all BCOCA objects included by an IOB
| structured field required to print or view the output document
| file be included in the resource file.
|goca Specifies that all GOCA objects included by an IOB
| structured field required to print or view the output document
| file be included in the resource file.
|ioca Specifies that all IOCA objects included by an IOB structured
| field required to print or view the output document file be
| included in the resource file.
| (See the reslib parameter for a description of how ACIF searches for
| resources.)
| Because multiple resource types are contained in the page segment
| library, and ACIF does not enforce a prefix for the 8-character
| resource name, you should define a naming convention that identifies
| each type of resource in the page segment library. IBM recommends
| a two-character prefix:
| B1 for BCOCA objects
| G1 for GOCA objects
| I1 for IOCA objects
| S1 for page segments
| ACIF supports the specification of fdef, font, objcon, ovly, bcoca,
|goca, ioca, and pseg in any combination. For example, if you want to
| specify form definitions, page segments, and overlays as the resource
| types, you would enter:
| restype=fdef,pseg,ovly
| Because Workbench Viewer does not use AFP raster fonts when
| presenting the data on the screen, you may want to specify
|restype=fdef,ovly,pseg,objcon, bcoca, goca, ioca to prevent fonts
| from being included in the resource file. This reduces the number of
| bytes transmitted when the file is transferred to the workstation.
|Note: Keep in mind that if you have a resource type that you want
| saved in a resource file, and it is included in another resource
Chapter 2. Using ACIF Parameters in AIX 45