When I'm making a call ....
GN Hospital * D (Hospno =123)
Ward * D (Wardno=234)
Patient ( patientNo=456)
This will retrive all three segments and stores them one after another ,in the I/o area.
But when i make a call
GN Hospital * D (Hospno =123)
Patient ( patientNo=456)
I would like to know whether all the three segments will be store in I/O area...
The presentation which i'm studying for ims DB it is written. that D command code is propagated to all specified segments automatically. would like to know the diffrence betwwen these two calls .......