Specifying input parameters
Using LCDS Print Description Language
2-53
Options
Default
No default
TCODE command examples
Following are a few examples of how to use the TCODE
command.
Example 1
The basic character set used for default types is ASCII. The
keyboard display has uppercase and lowercase character
capability:
Example 2
The basic character set used for default types is EBCDIC. The
keyboard display has uppercase and lowercase character
capability:
Example 3
The basic character set used for default types is ASCII. The
keyboard display is limited to uppercase only.
The # symbol functions as a case switching operator.
Table 2-55. TCODE TRESET parameter options and definitions
Option
Definition
typespec
A
typespec
may be coded as a single integer,
n
, within the range of 1 through
7.
NUMERIC may be used instead of 1; ALPHA may be used instead of 2.
inputspec
An
inputspec
for this parameter is the same as defined for TASSIGN
parameter, or it can be ALL, which specifies that all characters in the code table
are disassociated from the specified types. The TRESET parameter may be
specified more than once in the TCODE command.
ALL
Resets all types for all characters.
T1: TCODE
DEFAULT= ASCII,
TASSIGN=(3,(A'A',-,A'Z')),
TASSIGN= (4,(A'a',–,A'z'));
T2: TCODE DEFAULT= EBCDIC,
TASSIGN= (3,('A',–,'I'),'J',–,'R'), ('S',–,'Z')),
TASSIGN= (4,'a',–,'i'),('j',–,'r'),('s',–,'z'));
T3: TCODE DEFAULT= ASCII,
TASSIGN=(3,(A'A',–,A'Z')),
TASSIGN= (4,(A'#A',–,A'#Z'));
Summary of Contents for Docuprint 75
Page 16: ...Table of contents xvi Using LCDS Print Description Language ...
Page 26: ...Introduction xxvi Using LCDS Print Description Language ...
Page 108: ...PDL principles and procedures 1 82 Using LCDS Print Description Language ...
Page 354: ...Specifying print format parameters 4 114 Using LCDS Print Description Language ...
Page 436: ...Using PDL commands for graphics 6 8 Using LCDS Print Description Language ...
Page 452: ...PDL command and DJDE summary A 16 Using LCDS Print Description Language ...
Page 470: ...Character code assignments C 8 Using LCDS Print Description Language ...
Page 478: ...Offline specifications D 8 Using LCDS Print Description Language ...
Page 506: ...INDEX INDEX 12 Using LCDS Print Description Language ...