Search found 2 matches

by edrenckh
Tue Jul 06, 2004 2:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: GLOBAL TEMPORARY TABLES
Replies: 3
Views: 819

This is one DS job, same step or process. I can't load the table and use it right away. DS must close the thread or ?? so that the table goes away (like it should), but I want to use it.
by edrenckh
Thu Jul 01, 2004 6:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: GLOBAL TEMPORARY TABLES
Replies: 3
Views: 819

GLOBAL TEMPORARY TABLES

Has anyone used them in a DS job and passed them to the next event in the same job? I can create them, load them, but in my next process they are gone. Any parameters/tricks, etc to get them to stay? I am trying to use them to store imtermediate results and join a 'real' table with my intermediate r...