FORMDEF
Specifies the file name in AIX or Windows of the form definition. A form definition defines how a page of data is placed on a form, the number of copies of a page, any modifications to that group of copies, the paper source, and duplexing. ACIF uses a form definition only at print time to retrieve resources; it does not use a form definition at transform time to convert data streams.
FORMDEF={fdefname | DUMMY}
The values are:
- fdefname
- Any valid form definition name. The fdefname can be 1 - 8 alphanumeric characters (a-z, A-Z, 0–9) and special characters (# $
@), including the 2-character prefix, if there is one. ACIF does not require the name to begin with an F1 prefix; however, if the name does begin with
F1, you cannot omit it. For example:
FORMDEF=F1USER10
- Note:
- In AIX, the fdefname is case-sensitive.