Xerox 701P21091 manual VFU1 VFU

Models: 701P21091

1 498
Download 498 pages 22.54 Kb
Page 33
Image 33

PDL principles and procedures

Command Some PDL commands require identifiers to precede their identifier command keywords. By coding an identifier before a command,

you associate the identifier with the command. This allows the command to be referenced (by its identifier) by other commands within the JSL. Some identifiers also determine the names of the files that the XJDC compiler creates.

Different syntax rules apply to identifiers, depending on the command being coded. Each command description in this document tells you if an identifier is required (or optional) for the command and if so, how it must be coded.

In most cases, in a JSL, if a command will be referenced by another command within the JSL, an identifier must precede the keyword of the referenced command. A command identifier is defined using a label of up to six alphanumeric characters, followed by a colon (:).

There are two types of identifiers that can be used:

1.ac type: Must have at least one alpha character (that is, a letter).

2.dd type: May have all numerals, all alpha characters, or a combination of both.

The following PDL command has the command identifier VFU1. (Its keyword is VFU.)

VFU1: VFU

ASSIGN=(1,1), TOF=1, BOF=55;

END;

The identifier in this command may have any number of blanks following the VFU1 characters; however, no blanks are permitted within the identifier name.

NOTE: A command that requires an identifier must always be defined before any other command that references it.

Command Every command must have a keyword, which is the “name” of keyword the command for which various parameters may be selected.

In the following example, CME is the command keyword (CME4 is the identifier).

CME4: CME

LINE=(1,60), POSITION=5, FONT=2;

In the next example, the command keyword OUTPUT can be followed by any number of parameters, such as:

OUTPUT GRAPHICS=YES, DUPLEX=NO, FORMAT=PDFLT, FORM=BAR;

Using LCDS Print Description Language

1-5

Page 33
Image 33
Xerox 701P21091 manual VFU1 VFU