Lookup

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
auvray.muriel
Participant
Posts: 43
Joined: Wed Feb 19, 2003 7:17 am
Location: France - Paris
Contact:

Lookup

Post by auvray.muriel »

hello
I beginning on PX.
I am much more at ease on Datastage server.

I do not manage to have a lookup in reference.
As soon as I want to set up the bond, I have an error message which says that the training course to transform cannot receive several direct links in input.
somebody can it explain to me how to pass this bond in reference ?

Thanks

Code: Select all

                                           lookup
                                              |
                                              |
                                              |
                                              v
             DB2 table ------------------->Transfo -----------------> Sequential file

Eric
Participant
Posts: 254
Joined: Mon Sep 29, 2003 4:35 am

Post by Eric »

I think you have to ...

Code: Select all

    DB2
      |
 -Lookup---Trans---
auvray.muriel
Participant
Posts: 43
Joined: Wed Feb 19, 2003 7:17 am
Location: France - Paris
Contact:

Post by auvray.muriel »

What I want to do, it is for each recording of the table, I must recover a field in the lookup, by making a joint on the key field of the lookup (like a hasfile on a job server)

In a preceding job, I charge the lookup.

Thanks for your help

Muriel Auvray
Post Reply