Search found 53125 matches
- Sat Jan 12, 2008 5:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get the previous date in Transformer
- Replies: 3
- Views: 1637
- Sat Jan 12, 2008 5:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in constraint/checking for alphabatic and numeric
- Replies: 5
- Views: 1042
- Sat Jan 12, 2008 5:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Horizontal Pivot That Identifies Column Position
- Replies: 6
- Views: 5574
Create (probably as a constant in an upstream Transformer stage)
and include that in the pivot.
Code: Select all
Position,1,2,3,4and include that in the pivot.
- Sat Jan 12, 2008 12:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in constraint/checking for alphabatic and numeric
- Replies: 5
- Views: 1042
- Fri Jan 11, 2008 10:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle insert statement with ORACLE sequence.
- Replies: 14
- Views: 7064
To work from a lookup you need a WHERE clause that mentions the Key column(s) bound to parameters. SELECT whatever FROM wherever WHERE KeyCol = :1 You could have reference to a sequence in the SELECT clause I suppose, though I struggle to think of a good reason when you can add one to a variable in ...
- Fri Jan 11, 2008 6:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problems with SQLExecDirect (again)
- Replies: 37
- Views: 14851
You never know with exec. Could be the address of a pointer to a cursor structure, or something. Try something simpler, like SELECT COUNT(*) FROM DUAL and build up from there. It's more usual to use CALL with ODBC to execute stored procedures. Try that instead of EXEC. Otherwise investigate using SQ...
- Fri Jan 11, 2008 6:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need to check file on a Unix box from our ETL server till...
- Replies: 8
- Views: 2502
- Fri Jan 11, 2008 6:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issue with the job logs
- Replies: 28
- Views: 5133
- Fri Jan 11, 2008 3:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issue with the job logs
- Replies: 28
- Views: 5133
- Fri Jan 11, 2008 3:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: make something that calls attention when an abort occurs
- Replies: 10
- Views: 3301
- Fri Jan 11, 2008 3:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need to check file on a Unix box from our ETL server till...
- Replies: 8
- Views: 2502
- Fri Jan 11, 2008 3:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Placing a constraint in transformer
- Replies: 9
- Views: 3203
That is the strangest definition of mantissa that I have ever encountered, and I believe it to be wrong. If the field is a string, use Field(InLink.TheField, ".", 2, 1) to identify that component following the decimal placeholder ("." assumed) and compare that against zero. If the field is a decimal...
- Fri Jan 11, 2008 3:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issue with the job logs
- Replies: 28
- Views: 5133
Even then thousands of log messages may already be buffered for writing. You need to find a quiet point, then clear the log (which you can do from Director). You clearly also need to correct your job logic to avoid committing the constraint violations. Use a "look before you leap" strategy: perform ...
- Fri Jan 11, 2008 3:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine Help
- Replies: 8
- Views: 1832
- Fri Jan 11, 2008 3:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling dsjob from unix to run the same sequencer
- Replies: 7
- Views: 5862