The Distributed Data Management Server
The Distributed Data Management (DDM) Server is used by some clients to process Shared Folder and Remote Command requests. Older original clients used the DDM server for Shared Folders. Newer original clients and optimized clients use the File Server for Shared Folders. Original clients use the DDM Server for Remote Command support. Optimized clients use the Remote Command and Distributed Program Call Server for Remote Command support. The following table lists the DDM Server functions used by the different client actions.
Client Action | Server Name | Server Function |
---|---|---|
Initialize DDM | *DDM | INITIALIZE |
Create a file | *DDM | CREATE |
Delete a file | *DDM | DELETE |
Rename a file | *DDM | RENAME |
Change file information | *DDM | CHANGE |
Lock a file | *DDM | LOCK |
Copy file data from another system | *DDM | LOAD |
Copy file data to another system | *DDM | UNLOAD |
Copy a file on this system | *DDM | COPy |
Move a file on this system | *DDM | MOVE |
Retrieve file information | *DDM | EXTRACT |
Open a file | *DDM | OPEN |
Add a member to a file | *DDM | ADDMBR |
Change a file member | *DDM | CHGMBR |
Delete a file member | *DDM | RMVMBR |
Rename a file member | *DDM | RNMMBR |
Reorganize a file member | *DDM | RGZMBR |
Clear a file member | *DDM | CLEAR |
Change data area | *DDM | CHGDTAARA |
Retrieve data area | *DDM | RTVDTAARA |
Clear data queue | *DDM | CLRDTAQ |
Receive data queue | *DDM | RCVDTAQ |
Send data queue | *DDM | SNDDTAQ |
Run a command on this system | *DDM | COMMAND |