Search found 53125 matches
- Wed Mar 01, 2006 7:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job abort code
- Replies: 2
- Views: 762
Re: Job abort code
... suddenly today ... What's different today from other days? Track that down and you are well on your way to figuring it out. What kind of stage is on the other end of DSLink18? (Why don't you give your links meaningful names?) Line 42 performs a "get next row" from link DSLink18. This is where t...
- Wed Mar 01, 2006 7:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ms_ole_db multiple row lookup
- Replies: 27
- Views: 5812
How would you do it in SQL if you didn't have DataStage? That will give you some idea of what you need to do in DataStage. A lookup has to have some mechanism to search. You might write user-defined SQL. Do you need to return all rows? Surely finding just one would match the criterion in your origin...
- Wed Mar 01, 2006 5:06 pm
- Forum: Site/Forum
- Topic: Suggestion abt the certification
- Replies: 37
- Views: 26045
Certification is not yet available; it is expected sometime this quarter, but the best laid plans of mice and men gang aft a'gley. Certification questions are the intellectual property of IBM; publishing them would bring down the wrath of the IBM copyright police (which I'm informed is not pretty). ...
- Wed Mar 01, 2006 5:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ms_ole_db multiple row lookup
- Replies: 27
- Views: 5812
- Wed Mar 01, 2006 5:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exporting User-defined environment variables
- Replies: 5
- Views: 2759
- Wed Mar 01, 2006 5:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Subsequence Failure propagation
- Replies: 2
- Views: 772
I prefer to propagate using UtilityWarningToLog() in a Routine activity. This means that I can retain control right back to the top level, which can instigate some diagnostic activity if required. Never abort! To answer the actual question, the second argument to subroutines like DSLogInfo and DSLog...
- Wed Mar 01, 2006 4:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ms_ole_db multiple row lookup
- Replies: 27
- Views: 5812
It's complaining about the SQL that's being generated in the ODBC stage. Check this SQL to verify that it's valid. Are you using generated SQL? Stage variables are not the problem. BCIOpenRef is a function that opens a reference input link. Since the reference input link is connected to an ODBC stag...
- Wed Mar 01, 2006 4:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: packed decimal value, how to supress zeros
- Replies: 5
- Views: 2750
- Wed Mar 01, 2006 2:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how does dsrpcd effect with a patch on sun solaris
- Replies: 4
- Views: 881
- Wed Mar 01, 2006 2:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Job start time
- Replies: 2
- Views: 906
You could interpolate a Routine activity after job 1. You would need to write a small interlude routine that attached job 1, got its start time (using DataStage macro or DSGetJobInfo() function), detached the job and returned that timestamp. The Routine activity return value can be used to supply th...
- Wed Mar 01, 2006 2:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ms_ole_db multiple row lookup
- Replies: 27
- Views: 5812
- Wed Mar 01, 2006 2:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Export command to run on server
- Replies: 1
- Views: 846
- Wed Mar 01, 2006 10:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how does dsrpcd effect with a patch on sun solaris
- Replies: 4
- Views: 881
- Wed Mar 01, 2006 10:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Deleting Job Logs (in Director) of instances created
- Replies: 1
- Views: 855
- Wed Mar 01, 2006 8:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Constraint in Job Mainframe,
- Replies: 5
- Views: 2369