XEROX DOCUPRINT 180 LPS SYSTEM GENERATION GUIDE
A-1
A.
A
Sample JCL for transmission
of system software tapes
You must use a host utility program to advance the system software
tape (SST) to the beginning of the next-to-last and last files. These
files, which consist of 128-byte and 8192-byte blocks, must be
deblocked to 128 byte records before transmission to the Xerox
printing system.
The following is a sample JCL using the IEBGENER host utility to
send the concatenated files to a Xerox laser printing system. In the
example, 01E is the device address of the printer. For illustration
purposes, the tape to be transmitted contains 421 individual system
files. Appended to these 421 files is a dummy ENDFIL file, a file
containing the sysgen processor program, and a concatenated file
containing the preceding 423 files. The first parameter after LABEL=
is the file number of the file to be transmitted (in this case, file number
424).
Note:
Some host operating systems may require that an FCB and
UCSB be transmitted with the job. These are accepted but ignored.
The program (for example, IEBGENER) that transmits files to the
Xerox printer does not add page numbers or reformat the data. No
additional records may be added between the files.
Table A-1.
Sample JCL using the IEBGENER
//LOADXERX
EXEC
PGM=IEBGENER,REGION=80K
//SYSPRINT
DD
SYSOUT=A
SYSIN
DD
DUMMY
SYSUT2
DD
UNIT=O1E,DCB=(RECFM=FB,LRECL=128.BLKSIZE=128)
SYSUT1
DD
UNIT=TAPE,DCB=(RECFM=FB,LRECL=128,BLKSIZE=8192),
DSN=XEROX,
DISP=OLD,LABEL=(424,NL,EXPDT=98000),VOL=SER=XEROXO
Summary of Contents for DocuPrint 180
Page 1: ...Xerox DocuPrint 180 Laser Printing System System Generation Guide April 1998 721P85510...
Page 4: ...iv XEROX DOCUPRINT 180 LPS SYSTEM GENERATION GUIDE...
Page 11: ...INTRODUCTION XEROX DOCUPRINT 180 LPS SYSTEM GENERATION GUIDE xi...
Page 12: ...xii XEROX DOCUPRINT 180 LPS SYSTEM GENERATION GUIDE...
Page 16: ...SYSGEN OVERVIEW 1 4 XEROX DOCUPRINT 180 LPS SYSTEM GENERATION GUIDE...
Page 20: ...SYSGEN COMMANDS 2 4 XEROX DOCUPRINT 180 LPS SYSTEM GENERATION GUIDE...
Page 28: ...SAMPLE SYSTEM CONFIGURATIONS 3 8 XEROX DOCUPRINT 180 LPS SYSTEM GENERATION GUIDE...
Page 92: ...GLOSSARY GLOSSARY 30 XEROX DOCUPRINT 180 LPS SYSTEM GENERATION GUIDE...