View previous topic :: View next topic
|
Author |
Message |
Shaikshavali Warnings : 1 New User
Joined: 18 Jun 2005 Posts: 22 Location: chennai
|
|
|
|
Hai Vijaya Madhuri,
Thx for Answer and if possible send me that answer(Aboout Siblings) with example.
Thanks,
Shaik |
|
Back to top |
|
 |
vijayamadhuri
Active User
Joined: 06 Apr 2005 Posts: 180
|
|
|
|
the concept of siblings is simple .Imagine a structure where u have the employee database .The employee datbase contains the fields like empname,empid and empdepno and field like that.
In IMS each of these fields is stored as the segment.
Let the employee details be the root segment i.e the parent segement.This parent segment has the sub segemnts called empname, empid and emdeptno.These segments have the same parent ie empdetails hence the segments empname, empid and empdeptno are called siblings. |
|
Back to top |
|
 |
Karthikt
New User
Joined: 15 Aug 2005 Posts: 51
|
|
|
|
To add more comments to Vijay Maduri,
siblings are also called as Segment occurrences.
Segment is the format how the data gets stored and segment occurrences / sibilings is the actual data stored in the format of the segment. and each sibling is linked by a pointer. These pointers can be Hirarchial forward pointer or back pointer or both. Such Information will be given, during DBD definition. |
|
Back to top |
|
 |
|