DFS2842I RANDOMIZER name FOR dedbname IS LOADED/SHARED


or

RANDOMIZER name FOR dedbname/FFdatabase/HALDBpartition IS LOADED/SHARED

Explanation

If the randomizer is not in storage and IMS successfully loaded it, the status LOADED is displayed. If an existing copy is found in storage and the same command is entered, the status SHARED is displayed.

The following commands can load the randomizer:

  • /START DB dedbname
  • /START DB FFdatabase OPEN
  • /START DB HALDBpartition OPEN
  • UPDATE DB NAME(dedbname) START(ACCESS)
  • UPDATE DB NAME(FFdatabase) START(ACCESS) OPTION(OPEN)
  • UPDATE DB NAME(HALDBpartition) START(ACCESS) OPTION(OPEN)
  • INIT OLREORG NAME(partname)
  • /INIT OLREORG NAME(partname)

System action

The randomizer is physically loaded in storage for the status LOADED. The randomizer is logically loaded in storage for the status SHARED.

Programmer response

No action is required.

Module

DBFDBAC0, DBFERDB0, DBFMSIU0, DFSDOCA0