
BIM-EPIC System Datasets Formatting the DSN Catalog and Recorder File
Chapter 2. Installing the Basic System 2-23
Formatting the DSN Catalog and Recorder File
The DSN Catalog and Recorder File are both formatted using the TSIDCDK utility. If you
expect your DSN Catalog to contain more than 30,000 records, we recommend that you create
a DSN Catalog with a Master Index. This is done by using the BCAT control statement
instead of the CAT control statement on the TSIDCDK control statement and setting the BIM-
EPIC configuration option MINDEX=YES.
Use EPICCDK.Z as a sample to create the necessary JCL.
Different control statements must be used depending on whether a DSN Catalog or Recorder
File is being formatted. Use the following:
To format... Use...
DSN Catalog DSN=dtfname
Recorder File REC=dtfname
* CREATE BIM-EPIC DSN CATALOG ON CKD
// ASSGN SYS240,151
// DLBL IJSYSDS,'EPIC.VSE.CATALOG',2099/366
// EXTENT SYS240,TSI151,1,0,3750,63
// EXEC TSIDCDK
CAT=IJSYSDS
/*
* CREATE BIM-EPIC RECORDER FILE ON CKD
// ASSGN SYS241,155
// DLBL IJSYSDR,'EPIC.VSE.RECORDER',2099/366
// EXTENT SYS241,TSI155,1,0,3900,81
// EXEC TSIDCDK
REC=IJSYSDR
/*
* CREATE BIM-EPIC DSN CATALOG ON FBA
// ASSGN SYS240,150
// DLBL IJSYSDS,'EPIC.VSE.CATALOG',2099/366,,CISIZE=4096
// EXTENT SYS240,TSI150,1,0,5700,1024
// EXEC TSIDCDK
CAT=IJSYSDS
/*
* CREATE BIM-EPIC RECORDER FILE ON FBA
// ASSGN SYS241,155
// DLBL IJSYSDR,'EPIC.VSE.RECORDER',2099/366,,CISIZE=2048
// EXTENT SYS241,TSI155,1,0,5700,1024
// EXEC TSIDCDK
REC=IJSYSDR
/*
Description
Sample JCL
WARNING!
CKD Example
FBA Example
Komentáře k této Příručce