Oce XDL Reference Manual page 64

Lcds-module xdl/djde
Table of Contents

Advertisement

Summary of VOLUME Command Parameters
Offline mode
For offline operations, the input medium to the printing system is magnetic tape, which may
be recorded in one of a variety of standard vendor formats. As a programmer, you define
the tape input deblocking and record format parameters that reduce physical tape blocks
first to logical records, then to print lines. Special processing commands can also be select-
ed that facilitate report processing by providing for logical functions to be performed on the
input data described later in this chapter.
Before selecting the PDL commands that are to describe a specific job tape, certain tape
structure concepts must be understood. These concepts, discussed in this chapter, enable
the PDL programmer to define job tape characteristics such as host format, block/record
structure, tape translation code, packed data formats, and several other parameters.
Packed data formats
Six-bit characters may be written onto a 9-track tape in a 4-by-3 packed (or compressed)
format. That is, four 6-bit data bytes are compressed into three 8-bit data bytes. Two meth-
ods of packing these bits together exist. One method is used by Honeywell 6000 users
(T4X3), while Honeywell 2000 users employ a slightly different method of packing
(T4X3H2).
Whenever an unpacking method is included in the JDL, the system unpacks the characters
before data processing. Each 6-bit character is extracted, and two high-order zeros are ap-
pended. Normally, after data is unpacked, it must be translated. The character code set is
defined in the CODE parameter of the VOLUME command. For a 4-by-3 unpacking meth-
od, the data is generally encoded in BCD, and one of the three standard BCD CODE pa-
rameters (H2BCD, H6BCD, and IBMBCD) can be used.
Record formats
All tape records input to the printing system are either blocked or unblocked with a fixed
length, a variable length, or an undefined format. The PDL commands BLOCK and
RECORD define the format of the input data. Tape label contents may also describe block-
ing and record structure and in some cases override BLOCK and RECORD commands
specified in the JDL source file.
Record structure
A record is arbitrarily divided into two portions: operating system and user. The operating
system portion of the record contains information supplied by the host operating or spooling
system. The user's portion of the record contains information provided by the application or
user's program running on the host system. The boundary between the two portions of the
record is traditionally between the record length and printer carriage control (PCC) field. If
56
Input Processing
A29247-X4-X-8-7672

Advertisement

Table of Contents
loading

This manual is also suitable for:

DjdePrismaproduction server v3.10

Table of Contents