Search found 57 matches

by inter5566
Thu Jun 26, 2003 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC and native connection to same data source?
Replies: 7
Views: 2373

Tony, When I try to manually run the job, it stops with an 'abnormal termination' warning, only information listed in the job log. However, if I open the job with designer and go to the properties page of an ODBC stage and click on view data, I will see the correct data from the table. Or if I open ...
by inter5566
Wed Jun 25, 2003 10:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Avoiding the generation of files with 0 bytes
Replies: 2
Views: 961

Guillermo,

You may want to try the checkbox for "Omit last new-line" on the format tab of the sequential file input tab.
This worked for me when sending files to IBM 390.

Steve
by inter5566
Wed Jun 25, 2003 9:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC and native connection to same data source?
Replies: 7
Views: 2373

ODBC and native connection to same data source?

Good Morning, I'm receiving abnormal termination warnings when using both an ODBC stage and a native Informix stage to connect to the same database. I would like to retain this structure if possible, native connection for efficent stream flow and ODBC for multirow lookup. Does DS not allow multiple ...
by inter5566
Mon Jun 16, 2003 10:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to do iterative lookups
Replies: 13
Views: 4008

Tony,
Sorry to keep rambling on here, but this might help.

How about establishing your bottom level parts by selecting all parts which are not within a sub-select of parent parts. That is obtain a list of all parts which are not the parent(s) of another part.

Then try what I listed above.

Steve
by inter5566
Mon Jun 16, 2003 10:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to do iterative lookups
Replies: 13
Views: 4008

Tony,
If you have no way of telling when you are at the bottom level and able to look up, or at the top level and able to look down. Then you can't easily do what your tring to do. Cartesian product?

Steve
by inter5566
Mon Jun 16, 2003 9:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to do iterative lookups
Replies: 13
Views: 4008

Tony, Do you have a way to identify the bottom level parts? Does each part row in your DB have only one parent(NHA), leading to multiple rows for parts which belong to multiple assemblies? If you say yes to these two questions, then the logic is fairly simple. Initialize the QPA for all base level p...
by inter5566
Thu Jun 12, 2003 10:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No rows process through job
Replies: 19
Views: 6094

Tony,

How about trimming your key fields? If you press the view data button, do both sets of keys look to be the same format?

Steve
by inter5566
Wed Jun 11, 2003 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file issue
Replies: 5
Views: 1973

raviyn, For your first question, yes you can get around this problem. I assume you have already found the checkbox on the seq-file format tab for column headers in the first row. this will ignore the first row, but still cause an error if it is shorter than your regular rows. The possible patch for ...
by inter5566
Tue Jun 10, 2003 12:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Round Decimal
Replies: 6
Views: 2531

Just throwing in my 2cents. Rounding, regardless of endpoints, requires logic to determine. Simple truncation alone can not be used for rounding. There is always a special case ie. it works for everything except 1.0 or 1.5, so logic is used to handle these cases. The fmt function mentions rounding i...
by inter5566
Tue Jun 10, 2003 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dup rows in a hash file
Replies: 8
Views: 3098

Tony, AFAIK you can only perform the multi-row lookup using an ODBC or a Universe stage for the reference source. We are planning on posing a question concerning this hash file functionality at our next users group. I have been experimenting with the multi-row lookup and can understand wanting to in...
by inter5566
Fri May 30, 2003 3:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multirow lookup for reference link
Replies: 5
Views: 2229

Tony,

Thanks for the tip, I can now see the checkbox....just need to figure out how to get it all to work together.[:D]

Steve
by inter5566
Fri May 30, 2003 10:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multirow lookup for reference link
Replies: 5
Views: 2229

Ray and Tony,

I was wondering if either of you know of a way to setup a multirow match to a hashed file? We are running DS 5.2 and I can't seem to find the multirow checkbox regardless of what I try.

Thanks for any help you can offer.

Steve