Xerox FreeFlow Message OTEXT= ALL Forms Duplex ONLY!!!, 1, Wait, Examples, Job level commands

Models: FreeFlow

1 506
Download 506 pages 3.91 Kb
Page 54
Image 54

PDL principles and procedures

Here is a sample STOCKSET command:

SSML: STOCKSET ASSIGN=('WHITE',CVR),

ASSIGN=('YELLOW',BLL),

ASSIGN=('GREEN',SUM),

INIFEED=CVR,

SYSPAGE=SUM;

Specifying output There are many specifications you can select to define the requirements manner and look of your printed application. You can also have

messages displayed to operators to advise them of special circumstances. This is done with the MESSAGE command:

MESSAGE OTEXT= ('ALL FORMS DUPLEX ONLY!!!', 1, WAIT);

NOTE: The MESSAGE OTEXT command shown above is one example, and is not necessarily the recommended method for switching media. Refer to the “OUTPUT STOCKS” and “OUTPUT FEED” command descriptions in the “Specifying print format parameters” chapter for further information.

Similarly, the ROUTE command sends printed information preceding the report to operators. Most output specifications are selected from parameters of the OUTPUT command. As with other commands, these can be specified at any command level, but are most often specified at the job level because of the many variations possible.

Job level Here are some examples of commands that are coded at the job command or JDE level:

examples

/* Job level commands*/

JOB1:

JDE;

 

 

OUTPUT

DUPLEX=YES, SHIFT=YES,

 

 

FORM=SMPLE, MODIFY=CME1,

 

 

FORMAT=PDE1, COPIES=10,

 

 

BFORM=SMLBK, OFFSET=FIRST,

 

 

PURGE=NO;

JOB2:

JDE;

 

 

LINE

VFU=VFU2UP;

 

OUTPUT

FORMAT=PDE4, FORMS=SPL2,

 

 

COPIES=7;

1-28

Using LCDS Print Description Language

Page 54
Image 54
Xerox FreeFlow manual Message OTEXT= ALL Forms Duplex ONLY!!!, 1, Wait, Examples, Job level commands, Purge=No