beautypg.com

Xerox 96MX User Manual

Page 207

background image

PRINT FORMAT COMMANDS

XEROX DOCUPRINT 96/DOCUPRINT 96MX LPS PDL REFERENCE

6-33

DATA

This parameter specifies the location and length of the print line data
within an input data record.

Syntax

LINE DATA =

option(s)

Options

Table 6-24 lists the parameter option(s) and definition(s).

FCB

This parameter specifies whether to suppress or accept the
processing of the host transmitted forms control buffer (FCB).

Syntax

LINE FCB =

option(s)

Options

Table 6-25 lists the parameter option(s) and definition(s).

Table 6-24.

DATA parameter option(s) and definition(s)

Option(s)

Definition(s)

(

pdo, length) This option has the following components:

pdo
(Print data offset) is the number of bytes
between the start of the user portion of the
logical record and the first character of the
record to be printed.

length
Specifies the maximum length of printable data
within each logical record. For offline systems
the default is (1,132). For online systems the
default is (0,150). For HOST=RSX11(FLX), the
DATA parameter must be included in the user’s
JSL since the default pdo value causes the first
data byte to be skipped.

The default is (1,132) offline.

The default is (0,150) online.

Table 6-25.

FCB parameter option(s) and definition(s)

Option(s)

Definition(s)

IGNORE

Suppresses the processing of the host transmitted
forms control buffer (FCB).

PROCESS

Accepts FCB processing. The VFU parameter
defines the vertical upspacing if the FCB is ignored.
For online systems only.

The default is PROCESS.