OBJCPATH

Specifies the names of UNIX file system directories for object container files that contain data objects and color management resources (CMRs).

Note: This parameter applies only to objects that are installed with a resource access table (RAT). For more information about resources that are installed with RATs, see Processing resources installed with resource access tables.
OBJCPATH=pathlist
The value is:
pathlist
Any valid search path. You must use a colon (:) in AIX or a semicolon (;) in Windows to separate multiple paths. For example:
acif inputdd=INFILE outputdd=OUTFILE pagedef=PAGTRUE formdef=F1A10110 \
objcpath=/jdoe/objects/color:/jdoe/objects/color/myobjects/
Note: The backslash (\) tells AIX to continue reading the command from the next line. In Windows, the backslash is not valid; therefore, the command parameters must be on one continuous line.

ACIF searches the paths in the order in which they are specified.

Note: The total number of all characters in the string of path names cannot exceed 4095 bytes.