Is it a remote database?
Try to write into a Sequential file directly.
Was there any other user accessing the same table. There can be the possibility of lock.
Search found 5168 matches
- Thu Mar 30, 2006 4:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 UDB API Stage
- Replies: 17
- Views: 4485
- Thu Mar 30, 2006 4:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to trap return codes in Stored proc stage and abort job
- Replies: 5
- Views: 3372
- Thu Mar 30, 2006 4:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to trap return codes in Stored proc stage and abort job
- Replies: 5
- Views: 3372
- Thu Mar 30, 2006 3:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 UDB API Stage
- Replies: 17
- Views: 4485
- Thu Mar 30, 2006 2:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage server migration
- Replies: 11
- Views: 2632
- Thu Mar 30, 2006 2:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Encryption/Decryption
- Replies: 4
- Views: 1300
- Thu Mar 30, 2006 2:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: rows to colums using pivot stage
- Replies: 3
- Views: 1313
This cannot be acheived by PIVOT stage. But by search.
- Thu Mar 30, 2006 2:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence - Please advice
- Replies: 4
- Views: 887
- Wed Mar 29, 2006 11:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Row to Column Pivoting
- Replies: 9
- Views: 2209
Oops.... I gone mad Its Vertical pivot. User Transformer. Have two output fields(AMT1 and AMT2). Expression for (AMT1) If DAY_ID = 1 Then AMT Else 0 Expression for (AMT2) If DAY_ID = 2 Then AMT Else 0 Use sort stage to sort based on EMP_ID. User aggregator to group on EMP_ID and find max for AMT1 an...
- Wed Mar 29, 2006 11:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Format
- Replies: 4
- Views: 1199
Again YYMMDD is not a date format. Pls go though the document. Date is a standard format. Else represent target as char again. If you want to convert into date use StingToDate((Inputlink[1,4]:'20':Inputlink[4,2]),"%DD%MM%YYYY") If you want to store it as char use Inputlink[4,2]:Inputlink[2,2}:Inputl...
- Wed Mar 29, 2006 11:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel job Hanging
- Replies: 1
- Views: 744
- Wed Mar 29, 2006 10:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer
- Replies: 1
- Views: 597
- Wed Mar 29, 2006 10:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: aggregation
- Replies: 2
- Views: 610
Welcome Aboard :D Aggregatore have serveral option to find Standard Deviation, Mean , Variance.... You can try out the suitable option. Else use copy to have two link. One to find the sum(AMT_TOT_GOBLIG_PV_BOP) for that pool number using aggregator. Use join Stage with this output with the Non-Aggre...
- Wed Mar 29, 2006 10:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: When binding output interface field Implicit Conversion
- Replies: 4
- Views: 1317
- Wed Mar 29, 2006 9:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Schedule mutliple instance
- Replies: 4
- Views: 989