beautypg.com

Xerox 96MX User Manual

Page 439

background image

OFFLINE SPECIFICATIONS

XEROX DOCUPRINT 96/DOCUPRINT 96MX LPS PDL REFERENCE

D-9

All logical blocks are shown as they appear in the memory of a
processor that has a 16-bit word; the first word of the logical
block is in memory location m, and the next word in the location
m + 1. The most significant byte of word m is placed on the tape
first, followed by the least significant byte; the most significant
byte of word

m + 1 is placed on the tape, followed by the least

significant byte.

Sample JSL

Figure D-4 shows a sample JSL.

Figure D-4.

Sample JSL

IPTAPE:SYS;
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* DEFINE SYSTEM COMMAND SET FOR IPTAPE.JDL */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
VOLUME CODE=NONE, HOST=XEROX, LABEL=NONE;
BLOCK LENGTH=528; /* 6 BYTE PREAMBLE */
RECORD LENGTH=512, STRUCTURE=VB, LTHFLD=1;
LINE PCC=(0,NOTRAN), PCCTYPE=NONE;
OUTPUT GRAPHICS=YES, OFFSET=FIRST;
ACCT USER=TRAY,
DEPT=’IPTPE’;
VOLUME INTERPRESS=YES;
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* DEFINE JDE’S */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
DFLT:JOB;
1: JOB;
OUTPUT DUPLEX=YES;
END;
END;