Xerox 721P85530 Manual De Usuario

Descargar
Página de 488
PRINT DESCRIPTION LANGUAGE (PDL)
2-20
XEROX DOCUPRINT 180 LPS PDL REFERENCE
Example 5
START ,ONLINE,,,FORM=GBAR
This command processes online data according to the DFLT JDE in 
the online JDL file, using the GBAR form.
Final modification can be made to job descriptor parameters through 
DJDE parameters in the job input data stream. These DJDE 
parameters are discussed in the “Specifying dynamic job descriptor 
entries (DJDEs)” chapter.
Note:
FORM option is only valid online
Hierarchy of replacement in an errored job descriptor library (JDL)
The following discussion illustrates the effect of errors when the PDL 
processor is evaluating a JDL source file. If an error occurs during 
compilation, it is mandatory to fix the error and recompile.
Example:
The VOLUME command CODE parameter in the catalog level below 
contains a syntax error (VOLUME CODE=EBDIC). If you use the 
incorrect JDL, the code default, ASCII, specified in the system 
command level is applied to the job level (job descriptor entry JOB1).
SAM2:SYSTEM;
VOLUME CODE=ASCII;
AA:CATALOG;
VOLUME CODE=EBDIC;
OUTPUT COPIES=100;
JOB1:JOB INCLUDE=(AA);
OUTPUT COPIES=50;
END;