Specifications

Printed Documentation
344
jobdescription
="variable text"
The purpose of the
jobdescription
clause is to include a brief description of the
print job for identification purposes. This is helpful if you need to modify the job
once it is in the print queue. Once the print job is in the print queue, it will be
possible to distinguish one job from another. The "variable text" must be enclosed
in single quotes ( ' ) or double quotes ( " ).
singlejob
singlejobsinglejob
singlejob
The
singlejob
clause is of the form:
singlejob
=on
or
singlejob
=off
The purpose of
singlejob
is to process one command file job at a time. If you
have multiple jobs in a command file, jobs will be released to the print queue one
at a time and sent to the printer much faster if
singlejob
is turned on. If
singlejob
is turned off, jobs in the command file will not be released to the print queue and
sent to the printer until the entire command file is processed. The default value
for the
singlejob
clause is off.
where
wherewhere
where
The where clause is of the form:
where
=(condition)
The purpose of the where clause is to print database records based on a
condition. The "condition" in the where clause consists of a valid database field
name, one or more comparison or logical operators and a field value.
For example, if you need to print all records where Aisle number is 100, the
where clause in the command file would be:
where
=(AISLENUM = 100)
orderby
orderbyorderby
orderby