Working with the distributed organization application scenario
The distributed organization application scenario shows how to work with department and employee data in a distributed environment.
About this task
The scenario shows how to display a department structure, display department information, and update a department at a local location. It also shows how to erase and add an employee at a remote location. This application is executed in Phase 6. The application accesses distributed data with DRDA access.
The department information (DEPT table) is shared by all locations. If you make changes to DEPT table at one location, the DEPT tables at the other locations are updated at the same time. The employee information (EMP table) is unique to each location, containing only the employees that work at that particular location.
After you enter the appropriate transaction code, you see the first panel of the organization application.