DFS4145I THE DDL-DEFINED PSB psb_name IS BEING 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 program view (PSB) that is identified in the message text to the IMS directory data set. The PSB was not previously in the IMS directory data set.

In the message text:
psb_name
The program view (PSB) that is added to the IMS directory data set.
pst_name
The PST name of the task that is processing the instructions from the DDL stream.

System action

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

Depending on whether the application program that uses the PSB was created in the online IMS system before the DDL was submitted, the PSB might or might not be active and ready for use.

If the application program was created before the DDL was issued, the PSB is active and ready for use.

If the application program was not created before the DDL was issued, the PSB remains inactive until the application program is created.

Programmer response

Determine if the application program was already created in the IMS system by issuing either of the following commands:
  • QUERY PGM
  • /DISPLAY PGM

If the application program does not yet exist for the PSB, you can create one either by either issuing the CREATE PGM IMS type-2 command or by coding the APPLCTN stage-1 system definition macro, performing system definition, and restarting IMS.

Module

DFSOLC70