InterviewSolution
Saved Bookmarks
| 1. |
What is a concatenated segment? |
|
Answer» A logical child segment always begins with the complete concatenated key of the destination parent. This is known as Destination Parent Concatenated Key (DPCK). Always code the DPCK at the start of your segment I/O area for a logical child. In a logical database, the concatenated segment makes the connection between segments that are defined in different physical databases. |
|