What JCL is necessary to use to create a complete OM Deliver database.
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: