Buildop Properties

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
mydsworld
Participant
Posts: 321
Joined: Thu Sep 07, 2006 3:55 am

Buildop Properties

Post by mydsworld »

I have the following two queries :-

1. How to create a Buildop stage which will have repeating options.For example multiple options (say 'Key') can be chosen from the 'Options'/'Available properties to add' so that we can have something like :-

Key = 'ID'
Key = 'Name'
..
..

I couldn't do that with Buildop 'Properties'.

2. Is there any way to read those values set in the Buildop Properties in Buildopt logic. For example, if I want to read the values of 'Key' set above,how can I do that in Buildop.
mydsworld
Participant
Posts: 321
Joined: Thu Sep 07, 2006 3:55 am

Post by mydsworld »

Does anyone know that. Thanks
Rajesh_kr82
Participant
Posts: 24
Joined: Sat Oct 15, 2005 1:09 pm

Post by Rajesh_kr82 »

As far as i know you cannot do a look up in buildop stage. It is because once a record is read from the source "datasource" the cursor cant be put back. I have done quite a bit of buildop thing.

If you let me know clearly whatyou are looking for then may be i can give some code samples.

Rajesh
Regards,
Rajesh
Post Reply