RESLIB (Multiplatforms)
Determines the paths for the system resource directories.
- Required
- No
- Default Value
- (None)
- Data Type
- AFP
System resource directories typically contain resources
that are shared by many users. The directories can contain any AFP resources
(fonts, page segments, overlays, page definitions, form definitions,
bar code objects, image objects, or graphics objects). ACIF searches
for resources in the following order:
- Paths you specified with the USERLIB parameter, if any.
- Paths you specified with the FDEFLIB, FONTLIB, PDEFLIB, PSEGLIB, and OVLYLIB parameters, if any, for specific types of resources.
- Paths you specified with the RESLIB parameter, if any.
- On UNIX servers, the paths specified in the PSFPATH environment variable (if it is set). On Windows servers, ACIF first attempts to get the path from the registry; if that fails, ACIF attempts to get the path from the PSFPATH environment variable.
- On UNIX servers, the directory /usr/lpp/psf/reslib, if it exists.
- On UNIX servers, the directory /usr/lpp/ipfonts, if it exists.
- On UNIX servers, the directory /usr/lpp/afpfonts, if it exists.
- On UNIX servers, the directory /usr/lpp/psf/fontlib, if it exists.
Syntax
RESLIB=pathlistOptions and values
The pathlist is
a string of one or more valid path names. For example:
RESLIB=/tmp:/usr/resources:/opt/IBM/ondemand/V10.5/reslib
ACIF
searches the paths in the order specified. Delimit path names in UNIX with
the colon (:) character. Delimit path names in Windows with
the semicolon (;) character.Important: The total number
of all characters in the string of path names cannot exceed 4095 bytes.