CA Deliver - Receiving RMOCPP01 Message
search cancel

CA Deliver - Receiving RMOCPP01 Message

book

Article ID: 140509

calendar_today

Updated On:

Products

Deliver View

Issue/Introduction

The client received the following Deliver message:

*RMOCPP01  CHECKPOINT ALLOCATION ERR=1708, INFO=0002, DSN=hlq.RMODBASE.C0000001

The client wants to know how to create a new Deliver database.

 

Environment

Release : 12.2

Component : CA Deliver

Resolution

To create a Deliver database, the following can be used:


//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         CYLINDER=400 BLKSIZE=13904 UNIT=xxxx VOLSER=vvvvvv          

MAKECKPT CYLINDER=40 UNIT=xxxx VOLSER=vvvvvv EMPTY                

/*                                                                

//                                                                


It was the use of RMODBASE MAKECKPT EMPTY, creating an empty checkpoint file, that enabled the client to get the RMOSTC task to start.