We are installing the LU05180 solution, and the HOLD data includes a DBUTLTY step with INIT statements, a TESTDATA statement and a LOAD statement. Are we loading an empty HR database, or what is this step doing? Here is the SYSIN input:
//SYSIN DD *
INIT AREA=IXX,DBID=001,OLDEP=NO
INIT AREA=PAY,DBID=001
INIT AREA=PMF,DBID=001
INIT AREA=DEM,DBID=001
TESTDATA DDNAME=DB001BK
LOAD DBID=001,SORT=999,FORMAT=BACKUP,DDNAME=DB001BK
Release : 15.1
Component : Datacom/AD
Component : Datacom/DB
The text of the LU05180 solution indicates that it will update the Datadictionary definition for the demo HR database (DB 1). This database is not normally installed as part of the Datacom/AD and Datacom/DB initial configuration, so you may not need to do anything here. It certainly is not required for users unless the support team needs it, or you have installed the demo databases for other testing.
However, if this database is defined to your MUF, and still want to understand this step, it will:
These commands can be found in the DBUTLTY documentation if further understanding is needed.
As always, please contact Broadcom support for Datacom if you have further questions.