Search found 53125 matches
- Mon Dec 18, 2006 2:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding drs stage
- Replies: 2
- Views: 1086
- Mon Dec 18, 2006 2:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: conversion of julian date of format 'yyyyjjj' to date
- Replies: 10
- Views: 7840
- Mon Dec 18, 2006 2:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Comparing CFF files , Record to Record !
- Replies: 11
- Views: 3068
- Mon Dec 18, 2006 2:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to handle sql server timestamp data type?
- Replies: 4
- Views: 1667
Assuming you can read the Binary(8) column at all into DataStage, you may be able to convert it using Iconv(InLink.TheColumn, "MB"). Try reading it as a Char(8) if Binary(8) does not work, in which case use "MX0C" as the second argument of the Iconv() function. That will give you the content. You wi...
- Mon Dec 18, 2006 2:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: find reason of rejected row
- Replies: 3
- Views: 1041
- Mon Dec 18, 2006 2:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: last updat and load date
- Replies: 2
- Views: 826
You can supply these to the job doing the updating as job parameters, or calculate them within the job. The actual format that you need to supply to the database will depend upon which database you're using, which information you opted not to reveal. But it should be a straightforward update execute...
- Mon Dec 18, 2006 2:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: peculiar problem when running job
- Replies: 2
- Views: 2014
- Mon Dec 18, 2006 2:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not enough storage is available in the "QUERY_HEAP"
- Replies: 6
- Views: 2964
Talk with your DBA. It is DB2 that is unable to allocate enough storage in the query heap, not DataStage. The suggestions others have offered are likely to help, but you may not have sufficient privilege to execute them. You also need to make sure that they are executed in the same process as the qu...
- Mon Dec 18, 2006 2:20 pm
- Forum: General
- Topic: How to increase performance Tuning in Aggregator Stage
- Replies: 4
- Views: 3125
- Mon Dec 18, 2006 2:19 pm
- Forum: IBM QualityStage
- Topic: Match.rpt
- Replies: 4
- Views: 1586
- Mon Dec 18, 2006 2:17 pm
- Forum: IBM QualityStage
- Topic: Transfer Error
- Replies: 9
- Views: 3048
- Sun Dec 17, 2006 11:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: varchar to number conversion
- Replies: 2
- Views: 651
In a server job, simply pass it through a Transformer stage in which the input link carries the column as a VarChar and the output link carries the column as the appropriate numeric type. Ideally, constrain the output link with a test that the value is actually numeric. The Num() function is ideal f...
- Sun Dec 17, 2006 6:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequencer Questions
- Replies: 18
- Views: 5633
- Sun Dec 17, 2006 6:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Probelm triggering job via Sequence
- Replies: 15
- Views: 3608
What is your "triggering tool"? There is usually some startup overhead, more in parallel jobs than in server jobs. There is also a delay before the Director client refreshes. What evidence do you have that job A is "waiting"? How do you measure this? Is ANY of the processes in job A (for example DSD...
- Sun Dec 17, 2006 6:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding date transformtions
- Replies: 19
- Views: 4750