PDL principles and procedures
1-8
Using LCDS Print Description Language
•
EBCDIC
•
Octal
•
Kanji
–
Using the # character (case toggle)
Within a text string, the # character may be used as a
case toggle. In other words, when a text string is
encountered, it is assumed that characters are inserted
into the print line as they appear in the text string (usually
in uppercase). If the system encounters a #, it interprets
the characters as lowercase mode. All letters after the #
are considered lowercase until another # is encountered,
which toggles back to uppercase.
The sequence ## indicates that the actual # character
should be inserted and should not be treated as a toggle
for lowercase mode.
–
Using a repeat count
String constants may be preceded by an optional repeat
count. A repeat count is enclosed in parentheses and
must be in the range of 1 to 255. For example:
T1: TABLE CONSTANT=(3)'*';
is equivalent to:
T1: TABLE CONSTANT=('***');
Following are additional examples of the use of a repeat
count:
–
Types of string constants:
The following table gives explanations and examples of
the different types of string constants.
T1:
TABLE
CONSTANT=(3)O'27';
T2:
TABLE
CONSTANT=(4)X'C1';
Содержание Nuvera 100
Страница 1: ...Xerox DocuPrint EPS Using LCDS Print Description Language 701P21091 Version 3 7 May 2003...
Страница 16: ...Table of contents xvi Using LCDS Print Description Language...
Страница 28: ...Introduction xxviii Using LCDS Print Description Language...
Страница 151: ...Specifying input parameters Using LCDS Print Description Language 2 43 Figure 2 3 Record format types...
Страница 227: ...Using logical processing Using LCDS Print Description Language 3 47 Figure 3 6 Effects of RPAGE SIDE parameter...
Страница 228: ...Using logical processing 3 48 Using LCDS Print Description Language Figure 3 7 Effects of RPAGE WHEN parameter...
Страница 240: ...Using logical processing 3 60 Using LCDS Print Description Language Figure 3 8 Sample RSTACK command usage illustration...
Страница 352: ...Specifying print format parameters 4 112 Using LCDS Print Description Language...
Страница 434: ...Using PDL commands for graphics 6 8 Using LCDS Print Description Language...
Страница 464: ...Character code assignments C 8 Using LCDS Print Description Language...
Страница 469: ...Offline specifications Using LCDS Print Description Language D 5 Figure D 2 LPS tape format diagram...
Страница 498: ...INDEX INDEX 12 Using LCDS Print Description Language...