Xerox 4112-4127 Enterprise Printing System-192 User Manual

Page 159

Advertising
background image

Specifying input parameters

Using LCDS Print Description Language

2-51

TCODE DEFAULT

Specifies an initial set of character type assignments for use with
masked comparisons. You may specify default assignments for
any standard character set by coding the appropriate keyword.

Syntax

ac: TCODE DEFAULT = {tcode Type | value}

Options

Default

No default

TCODE DEFAULT

parameter: points

to note

If you specify a tcode Type, this sets the following conditions:

All numeric characters (0 through 9) are type 1 characters.

All alphabetic characters (A through Z, a through z) are type
2 characters.

All other characters are untyped.

TCODE TASSIGN

Associates one or more specified characters with one or more
specified type codes. May also be used to disassociate one or
more characters from all type code assignments. Can be
specified more than once in a TCODE command.

Syntax

ac: TCODE TASSIGN = {(typespec, ’inputspec’) | (typespec,
(’inputspec

1

’ [’inputspec

2

’] [,...]))}

Table 2-53. TCODE DEFAULT parameter options and definitions

Option

Definition

tcode Type

Available tcode type keyword parameters are:

ASCII

BCD

EBCDIC

PEBCDIC

IBMBCD

value

An integer from 0 to 7.

If you specify 0, all the characters are untyped.

If you specify 1, all the characters are type 1. If you specify 7, all the
characters are type 7, and so forth.

Advertising