JCL to Allocate a Complete OM Deliver Database
search cancel

JCL to Allocate a Complete OM Deliver Database

book

Article ID: 46298

calendar_today

Updated On:

Products

Deliver

Issue/Introduction

What JCL is necessary to use to create a complete OM Deliver database.

Environment

  • Deliverâ„¢
  • Output Management Deliverâ„¢ for z/OS

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