USERPATH

Specifies the names of user directories that contain TrueType and OpenType fonts or data object resources that are installed with a resource access table (RAT) such as color management resources (CMRs). TrueType and OpenType fonts are Unicode-enabled AFP fonts that are not defined by the Font Object Content Architecture (FOCA).

By convention, resources that are specified with the USERPATH parameter are typically used by one user, as opposed to the system resources that are shared by many users (for example, those specified with the FONTPATH or OBJCPATH parameters).

Syntax

USERPATH=pathlist

Options and values

Table 1. Additional options and values for the USERPATH parameter. The pathlist is any valid search path. You must use a colon (:) on AIX and z/OS® systems or a semicolon (;) in Windows to separate multiple paths.
Platform Value
AIX
userpath=/jdoe/fonts/truetype:/jdoe/fonts
  /truetype/myfonts/
Windows
userpath=/jdoe/fonts/truetype:/jdoe/fonts
  /truetype/myfonts/
z/OS
INPUTDD=INFILE 
OUTPUTDD=OUTFILE 
PAGEDEF=PAGTRUE 
FORMDEF=F1A10110 
USERPATH=’/jdoe/fonts/truetype:
   /jdoe/fonts/truetype/myfonts/’
ACIF searches the paths in the order in which they are specified.
Important: The total number of all characters in the string of path names cannot exceed 4095 bytes.