Search found 5 matches

by Bob Kendall
Tue Jul 26, 2005 5:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help with an External Filter problem
Replies: 4
Views: 1606

I tried building a simple case of the problem to be able to post more information here - but of course the simple case worked just fine. It was only after I threw in the lookup and and transformer stage preceeding the External Filter that things started to fail. Here are some of the 'clues' that I f...
by Bob Kendall
Mon Jul 25, 2005 5:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help with an External Filter problem
Replies: 4
Views: 1606

Naveen -

Thanks for the response.

Do I imply from what you say that the output from an Extended Filter must match the input to the filter?

Thanks,
Bob
by Bob Kendall
Mon Jul 25, 2005 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help with an External Filter problem
Replies: 4
Views: 1606

Need help with an External Filter problem

I've written a unix C program to be used as an external filter. The columns it returns are different than the columns fed to it (and many more rows are produced than are supplied to the filter). When I run the DS job, the external filter is called three times (there are three input records) and, bas...
by Bob Kendall
Mon Jul 25, 2005 11:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Filter Output Column question
Replies: 3
Views: 1484

The data is all flat file, no database involved. I defined the meta data from COBOL copy books.

Thanks,
Bob
by Bob Kendall
Mon Jul 25, 2005 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Filter Output Column question
Replies: 3
Views: 1484

External Filter Output Column question

I've written a unix C program to be used as an external filter. The columns it returns are different than the columns fed to it (and many more rows are produced than are supplied to the filter). When I run the DS job, the external filter is called three times and, based on debug msgs I've written to...