Generating the IN list for SQL query

Dedicated to DataStage and DataStage TX editions featuring IBM<sup>®</sup> Service-Oriented Architectures.

Moderators: chulett, rschirm

Post Reply
sonalkrishna
Participant
Posts: 9
Joined: Wed Nov 17, 2004 11:35 pm

Generating the IN list for SQL query

Post by sonalkrishna »

Hi,

I am receiving an XML input file containing user ids. Now I have to look for those user ids in the table which are not mentioned in the input file and then send those retrieved user ids to output XML file....

Do I need to use a routine which removes tags from input user ids and collects them in a list or there is a simpler solution to do so?
Further,it is a RTI compliant job with RTI input and RTI output stages.
We are suppose to give the list of userids apart from those mentioned in the input to the front end.


Please advise.

Rgds
Sonal.
Post Reply