Xerox 96MX User Manual
Page 132

SPECIFYING INPUT PARAMETERS
4-40
XEROX DOCUPRINT 96/DOCUPRINT 96MX LPS PDL REFERENCE
CODE
This parameter specifies which code translation table the system
uses to interpret the input data.
Syntax
VOLUME CODE =
option(s)
Options
Table 4-44 lists the parameter option(s) and definition(s).
Table 4-44.
CODE parameter option(s) and definition(s)
Option(s)
Definition(s)
keyword
Specifies a specific, standard, system-defined code
translation table. The available options are:
•
ASCII
•
BCD
•
EBCDIC
•
H2BCD
•
H6BCD
•
IBMBCD
•
PEBCDIC
•
NONE
•
USER
USER refers to the single unlabeled CODE
command defined within the JDE or JDL.
If you specify more than one CODE parameter, use
identifiers so that they can be referenced in your JSL.
You must then specify the variable identifier (id) to
correspond to the identifier label assigned to the
defining CODE command.
The default is EBCDIC.
id
Specifies a variable identifier you use in the CODE
command to refer to a specific user-defined code
translation table. The identifier id is required when
multiple CODE commands are contained within the
JDL.
NONE
Specifies that data is not to be translated by input
processing.