Deliver - How to show database level
search cancel

Deliver - How to show database level

book

Article ID: 240423

calendar_today

Updated On:

Products

Deliver

Issue/Introduction

We're looking to version our Deliver database to 14.0. 

The version doesn't show when in the database or when the RMOSTC started task comes up. 

How can I display the current version of the database?

Environment

Release : 14.0

Component :

Resolution

To identify the level of the Deliver database, run the following RMODBASE STATUS FULL:

//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   *                                                 
STATUS FULL                                                       
/*                                                                
//                                                                

The resulting report will show the level of the database in the page headings.