Format for license information datasets

Business Continuity Manager Installation and Configuration Guide

Version
9.8.8
File Size
1.2 MB
Audience
anonymous
Part Number
MK-95HC104-42

License information datasets have the following format:

  • Dataset format: sequential datasets in the fixed-length record format
  • Record size: 80 bytes
  • Block size: multiple of 80 bytes
  • Required access permissions:

    • User installing the license key: WRITE permission
    • Users other than the above that operate Business Continuity Manager: READ permission

The following job is a sample JCL that allocates license information datasets. Change the dataset prefix (%PREFIX) and VOLSER (%VSN) according to the installation environment.

//ALLOC  JOB job info
//*
//  SET PFX=%PREFIX      Data set prefix1
//  SET VSN=%VSN         VOLSER
//*
//BR14     EXEC PGM=IEFBR14
//LICENSE  DD DSN=&PFX..CCENTRAL.LICENSE,
//            UNIT=SYSDA,VOL=SER=&VSN,
//            SPACE=(TRK,(15)),
//            DCB=(DSORG=PS,RECFM=FB,LRECL=80,BLKSIZE=3120),
//            DISP=(,CATLG,DELETE)