General Installation Procedure
The product tape contains a number of tape files that can be loaded using the IEBGENER
utility.
Load the datasets supplied on the product tape
The first file on the tape contains an IEBGENER JCL that can be used to load the required
files and create the installation libraries. A sample JCL is indicated here to assist in obtain-
ing the IEBGENER load JCL:
//S1 EXEC PGM=IEBGENER
//SYSUT1 DD DISP=OLD,DSN=IDATA.SL1,LABEL=(1,SL),UNIT=TAPE,
// VOL=(PRIVATE,RETAIN,SER=IDATA)
//*
//SYSUT2 DD DISP=(NEW,CATLG,DELETE),DSN=IDAXFC.JCLLIB(LOADXES),
// SPACE=(TRK,(20,20,28)),UNIT=DISK,VOL=SER=XXXXXX
//*
//SYSIN DD DUMMY
//SYSPRINT DD SYSOUT=*
/*
Figure 1. Sample JCL to load the LOADXES JCL from the Product Tape
The LOADXES JCL contained in tape file one should be customized according to your in-
stallation standards, and can subsequently be executed to read all necessary files from the
product tape.
Upon execution of the LOADXES JCL, the following data sets are created:
Table 1. List of Data sets Created by the Installation Procedure
Data set name Data set type Organization Description
JCL JCL Library User specified Program JCL Library
MEMO 1403 output
PS, VBM, LRECL 132,
BLKSIZE 4096
Installation memo and
documentation
XES.MACLIB Macro Library
PO, FB, LRECL 80,
BLKSIZE 3120
Macro control statements
ASM Assembler Source Library
PO, FB, LRECL 80,
BLKSIZE 3120
Assembler Source Code
OBJ Program Object Library
PO, FB, LRECL 80,
BLKSIZE 3120
Object Code Library for
program modules
FONT300 Font Library
PO, VBM, LRECL 8205,
BLKSIZE 15000
Font Library for supplied
300 pel fonts and
codepages.
General Installation Procedure 17