Page 1 of 1

CONNECT logic in IDMS

PostPosted: Thu Dec 22, 2011 12:43 pm
by jyothp12
Hi,

I need to connect a record to a set in IDMS. But I have to check whether it is already connected before connecting it.Is there any methods to implement this?

Thanks in Advance

Jo

Re: CONNECT logic in IDMS

PostPosted: Thu Dec 22, 2011 5:43 pm
by NicC
Try the connection and test the return code (which you would do after every IDMS call anyway).

Re: CONNECT logic in IDMS

PostPosted: Thu Dec 22, 2011 6:30 pm
by jyothp12
Hi,

tried with If set Empty and worked fine :)