Search found 5 matches
- Fri Sep 19, 2008 8:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading CLOB data
- Replies: 1
- Views: 866
Reading CLOB data
The incoming source data column datatype is CLOB. How in datastage we can read that data as we have the option to read it as LONGVARCHAR. But the target table (DB2) expects the column datatype to be CLOB. Is there any option in Datastage to read the CLOB data so that the transformed data can be load...
- Sun Jul 20, 2008 7:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel jobs of DS 7.5.1 A in Win 2003 Server
- Replies: 3
- Views: 1003
- Sun Jul 20, 2008 7:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel jobs of DS 7.5.1 A in Win 2003 Server
- Replies: 3
- Views: 1003
Parallel jobs of DS 7.5.1 A in Win 2003 Server
Is it possible to run a parallel job in Windows 2003 server enterprise edition. Iam using DS 7.5.1 A version.
If possible any prerequisites from the system side to be maintained. Please let me know
Thanks
If possible any prerequisites from the system side to be maintained. Please let me know
Thanks
- Tue Jul 08, 2008 6:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Finding Recordcount
- Replies: 3
- Views: 921
Finding Recordcount
How to get the total recordcount if its the partitioned record Iam having two columns and the record is like DocID Event_CD -------- ----------- 101 'R' 101 'G' 102 'R' 103 'R' 104 'N' How to get the recordcount for each Event_CD value say for 'R','G','N' The recordcount for each event code will be...
- Tue Jul 08, 2008 4:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Finding Recordcount
- Replies: 3
- Views: 921
Finding Recordcount
How to get the total recordcount if its the partitioned record