beautypg.com

Examples – Xerox 96MX User Manual

Page 103

background image

SPECIFYING INPUT PARAMETERS

XEROX DOCUPRINT 96/DOCUPRINT 96MX LPS PDL REFERENCE

4-11

Examples

Following are two examples of how to use the command.

Example 1

A user’s input tape is recorded in EBCDIC. On output, however,
codes 5A, 5B and 5C (characters !, $, *) respectively), are assigned
to the character blank (X’40’). The command to modify the EBCDIC
base table is as follows:

CODE DEFAULT=EBCDIC,ASSIGN=(X’5A’,X’40’),
ASSIGN=(X’5B’,X’40’),ASSIGN=(X’5C’,X’40’);

Example 2

CODE DEFAULT=EBCDIC,ASSIGN=(X’5A’,(X’40’,X’40’,X’40’));

In example 2, consecutive input codes, such as X’5B ’ and X’5C’,
need not be specified to accomplish code modification.