Distributed data management

Distributed data management (DDM) is a function of the operating system that allows an application program or a user on one system to use database files stored on remote systems. The system must be connected to a communications network and the remote systems must also use DDM.

With DDM on the iSeries server, application programs or users can perform the following tasks:

  • Access data files that reside on remote systems (target systems). The remote systems can also access data files on the local iSeries system.
  • An application can add, change, and delete data records in a file that exist on a target system.
  • Create, delete, or rename files on a remote system.
  • Copy a file from one system to another.

When DDM is in use, neither the application program nor the program user needs to know if the file that is needed exists locally or on a remote system. Remote and local file processing are essentially handled the same way.