JCL to Allocate a Complete CA Deliver Database
search cancel

JCL to Allocate a Complete CA Deliver Database

book

Article ID: 46298

calendar_today

Updated On:

Products

Deliver View

Issue/Introduction

Issue:

The client wanted to know what JCL was necessary to use to create a complete CA Deliver database.

 

Environment:

CA View

 

Resolution:

This JCL can be used to create a complete Deliver database (Data extent and Checkpoint file): 

//XXXXXXXX JOB ... 

//RMODBASE EXEC PGM=RMODBASE,PARM='dlvr_hlq'     <=== Modify DB name

//STEPLIB  DD DISP=SHR,DSN=DLVR.CVDELOAD        <=== Modify, if used 

//SYSPRINT DD SYSOUT=*

//SYSIN DD * 

ADDDS UNIT=xxxx VOLSER=xxxxxx CYL=nnn BLKSIZE=11805 

MAKECKPT UNIT=xxxx VOLSER=xxxxxx CYL=100 

/* 

// 

 

Note: If you are using SMS, then you could use additional fields of:

 . DATACLAS

 . MGMTCLAS

 . STORCLAS

 

Environment

Release: OUTDTI00200-12.1-Deliver-Output Management-Interface for Native TSO
Component: