Xerox 96MX User Manual

Page 107

Advertising
background image

SPECIFYING INPUT PARAMETERS

XEROX DOCUPRINT 96/DOCUPRINT 96MX LPS PDL REFERENCE

4-15

Considerations

You do not have to specify consecutive byte values. For example,
you can code the following command as a single command:

ASSIGN=(X’60’,SP1), ASSIGN=(X’61’,SP2),
ASSIGN=(X’62’,SP3);

The single command is:

ASSIGN=(X’60’,SP1,SP2,SP3));

If, when the LINE command byte translation is specified, the PCC
control byte is translated into LPS-standard EBCDIC before being
applied. You must therefore specify the byte option of the ASSIGN
parameter as an EBCDIC translation of the PCC byte. An example is
X’F1’ or ’1’.

Advertising