Preferences file
Format:
- Length
- Up to 255 characters (bytes)
- Restrictions
- Case-sensitive
- Database name
- Job.Pref.ExternalFile
Usage notes:
-
If you submit the preferences file with the job using the List batching method, the UsageKeyword and DatatypeKeyword in the symbolic name must match the name and extension of the preferences file. For example, the preferences file is
pref.csv
, and you use thegetFileName
method. The symbolic name of the preferences file must be ${getFileName(pref,csv,read)}. -
If you submit the preferences file with the job using the Pattern batching method, the UsageKeyword and DatatypeKeyword in the symbolic name must match the values of the Spool file usage and Spool file type properties for the preferences file on the Batching tab. For example, the value of the Spool file usage property is pref, the value of the Spool file type property is csv, and you use the
getFileName
method. The symbolic name of the preferences file must be ${getFileName(pref,csv,read)}.