Download FATS, FATAR FATSCOPY User Manual

Transcript
ALTERNATE MANUAL INSTALLATION
90.2
90.2
ALTERNATE MANUAL INSTALLATION
If you prefer not to use the recommended interactive installation program, you can load the
libraries to disk manually.
JCL FOR
LOADING
INSTALL
JOBSTREAM
First, copy the installation job stream from the ICL (Installation Control Library) on tape to disk,
using JCL similar to:
//INSTALL
JOB
...
//COPY
EXEC PGM=IEBCOPY
//SYSPRINT DD
SYSOUT=*
//TAPEIN
DD
DSN=ICL,DISP=OLD,LABEL=4,UNIT=tape,
//
VOL=SER=FAT49T << change to FAT49P if production tape
//LIBRARY
DD
DSN=your.library.here,
//
DISP=SHR
//SYSIN
DD
*
COPY INDD=((TAPEIN,R)),OUTDD=LIBRARY
SELECT MEMBER=INSTALL
//*
You will need to specify an appropriate unit name for the tape; if your tape is a production tape,
be sure and change the tape volume serial to FAT49P. The LIBRARY DD statement should
point to a control statement library (RECFM=FB and LRECL=80); this can be an existing library
or you can allocate a new one. The job stream above will load only the single member
INSTALL.
If you want to only install the FATS/FATAR/FATSCOPY Load Library, use the member
INSTMIN.
INSTALLATION
JCL
The JCL member loaded by the preceding job provides you with procedures for the installation
of the FATS/FATAR/FATSCOPY:

Product load library

Installation Control library

JCL (example) library

ISPF dialog libraries
The JCL stream consists of three in-stream procedures and the necessary steps to execute
those procedures to install the FATS/FATAR/FATSCOPY libraries. One procedure allocates the
target libraries and contain the recommended size of each library; the other two execute
IEBCOPY or IEBUPDTE to load the library from tape to disk. The job stream contains
comments that will guide you through modifying the job stream to substitute data set names and
target disk volumes of your choice. Once modifications are complete, submit the job stream to
allocate and load the libraries.
Note: The FATS/FATAR/FATSCOPY load library must be an authorized program library as
shown in Section 90.1.
- 90-11 -