DFS4329I THE DDL-DEFINED DBD dbd_name IS INSERTED INTO THE IMS DIRECTORY DATA SET. PST pst_name

Explanation

The partition specification table (PST) task that is identified in the message text is adding the database (DBD) that is identified in the message text to the IMS directory data set. The DBD was not previously in the IMS directory data set.

In the message text:
dbd_name
The database (DBD) that is added to the IMS directory data set.
pst_name
The name of the PST task that is processing the instructions from the DDL stream.

System action

The PST task adds the DBD to the IMS directory data set and continues processing any further instructions from the DDL stream.

Depending on the activation options specified, the database might be in a stopped state or might still be unknown to the online system.

Programmer response

Determine if the database is known to the online system by issuing either of the following commands:
  • QUERY DB
  • /DISPLAY DB

If the database is not found, issue the CREATE DB IMS type-2 command or code the DATABASE stage-1 system definition macro, perform system definition, and restart IMS.

Module

DFSOLC70