Page 1 of 1

Access direct segments only.

PostPosted: Mon Mar 01, 2010 10:02 pm
by rashmifernando
Hi, I have 5 segments.A is the route,B C & D are the direct dependents of A. B has one child E. So how could I access only A,B,C and D without retrieving E? Please help.

Re: Access direct segments only.

PostPosted: Mon Apr 12, 2010 3:59 pm
by guptadevina
Hi Rashmi,

You can put your DLI call in a loop with until segment-level = 3 condition.

NOTE : segment-level is a parameter in your PCB which you define in linkage section.

Thanks,
Devina

Re: Access direct segments only.

PostPosted: Thu Oct 14, 2010 11:47 pm
by dhs
Use a pcb without e, IMS won't give you e so you save a little time and a few calls