InterviewSolution
Saved Bookmarks
| 1. |
Why Ci And Ca Splits Are Not Possible In Esds And Rrds? |
|
Answer» In ESDS the new RECORD is added at the END of last record. And no embedded free SPACE is allocated at the TIME of Dataset definition. In the case of RRDS the slots for the records are pre-allocated and so the CI and CA split is not possible. In ESDS the new record is added at the end of last record. And no embedded free space is allocated at the time of Dataset definition. In the case of RRDS the slots for the records are pre-allocated and so the CI and CA split is not possible. |
|