Search found 53125 matches
- Sat Jan 29, 2011 3:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generic Data Reconciliation
- Replies: 22
- Views: 12193
All options are open. I think this can be resolved without custom operator, however. The solution has to be left with, and maintained by, the client, where there are no C++ skills. Outline of design is a sequence to traverse the list of table names, and a (perhaps multi-instance) subsequence to trav...
- Fri Jan 28, 2011 10:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Date logic
- Replies: 8
- Views: 2937
Well, the time part is easy, as that's a constant.
As to the date part, simply subtract one more than the day number from the date, using DateFromDaysSince() function.
As to the date part, simply subtract one more than the day number from the date, using DateFromDaysSince() function.
Code: Select all
DateFromDaysSince(svTheDate, DayFromDate(svTheDate) + 1)- Fri Jan 28, 2011 10:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Job not aborting after 50 warnings
- Replies: 7
- Views: 9390
It is not safe unless you perform corresponding operations on all the related tables. The XMETA database must be kept in a consistent state. And, no, I don't know which tables these are. This information is not only not documented, it is not enforced through metadata (it is enforced through the appl...
- Fri Jan 28, 2011 10:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generic Data Reconciliation
- Replies: 22
- Views: 12193
- Fri Jan 28, 2011 10:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generic Data Reconciliation
- Replies: 22
- Views: 12193
Generic Data Reconciliation
I have been given a task with which I'd appreciate some guidance. The job is to move a large number of tables from Oracle and Microsoft SQL Server into another database (to be determined). The requirements are to perform each of the following with a generic job in each case (that is, one job that ca...
- Fri Jan 28, 2011 3:17 pm
- Forum: General
- Topic: KUNG HEE FAT CHOI
- Replies: 3
- Views: 1203
KUNG HEE FAT CHOI
Code: Select all
"Year of the " : Oconv(@DATE, "DYA")- Fri Jan 28, 2011 3:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: waitForWriteSignal() Error
- Replies: 1
- Views: 2550
- Fri Jan 28, 2011 3:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find the right value for IPC buffer size?
- Replies: 27
- Views: 12507
- Fri Jan 28, 2011 3:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQL Server ODBC close connection problem
- Replies: 2
- Views: 1724
- Fri Jan 28, 2011 3:01 pm
- Forum: General
- Topic: code=-14 [Timed out while waiting for an event]
- Replies: 9
- Views: 5733
- Fri Jan 28, 2011 5:03 am
- Forum: General
- Topic: How to specify project in uvsh ?
- Replies: 2
- Views: 1407
- Fri Jan 28, 2011 5:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IIS-CONN-ODBC-000004
- Replies: 2
- Views: 8989
- Fri Jan 28, 2011 1:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading Multiple DataSets using File Pattern
- Replies: 5
- Views: 5039
- Fri Jan 28, 2011 1:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Header & Footer
- Replies: 39
- Views: 13632
- Thu Jan 27, 2011 11:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Table to Db2 updation
- Replies: 5
- Views: 2416