PDL principles and procedures
Using LCDS Print Description Language
1-25
Setting up input
parameters
You may want to start by specifying the input data characteristics
for the application. The basic input processing commands are
BLOCK, CODE, PCC, RECORD, TCODE, and VOLUME. Input
processing characteristics vary depending on the data source.
For example, if your JSL is for an online application, the BLOCK
command is not applicable. Also, parameters within a command
may apply to offline only, online only, or both. For example, with
the VOLUME command, the parameters CODE and HOST can
apply to both online and offline; EOV applies only to offline
applications; and OPTIMIZE applies only to online applications.
Following are examples of typical input processing commands.
•
Online:
•
Offline:
Specifying LINE
command
parameters
The LINE command references VFUs from the system level and
allows you to instruct the system on which parts of the data in
each record will be printed. For this reason, it typically follows the
RECORD command. For example:
Specifying ACCT
command
parameters
The ACCT command often follows the LINE command and can
be coded into any command level.
ACCT USER=TRAY;
VOLUME HOST=IBMONL, CODE=EBCDIC;
RECORD LENGTH=136;
VOLUME HOST=IBMOS,LABEL=STANDARD,CODE=EBCDIC;
BLOCK
LENGTH=2660, PREAMBLE=4, LTHFLD=2,
FORMAT=BIN;
RECORD LENGTH=135, PREAMBLE=4, LTHFLD=2,
STRUCTURE=VB, OFFSET=2, FORMAT=BIN;
LINE DATA=(1,132), PCCTYPE=IBM3211,
PCC=(0,NOTRAN), VFU=VFU1;
Содержание Docuprint 75
Страница 16: ...Table of contents xvi Using LCDS Print Description Language ...
Страница 26: ...Introduction xxvi Using LCDS Print Description Language ...
Страница 108: ...PDL principles and procedures 1 82 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 ...
Страница 354: ...Specifying print format parameters 4 114 Using LCDS Print Description Language ...
Страница 436: ...Using PDL commands for graphics 6 8 Using LCDS Print Description Language ...
Страница 452: ...PDL command and DJDE summary A 16 Using LCDS Print Description Language ...
Страница 470: ...Character code assignments C 8 Using LCDS Print Description Language ...
Страница 476: ...Offline specifications D 6 Using LCDS Print Description Language Figure D 2 LPS tape format diagram ...
Страница 478: ...Offline specifications D 8 Using LCDS Print Description Language ...
Страница 506: ...INDEX INDEX 12 Using LCDS Print Description Language ...