Search found 5 matches

by sundhinakar
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: 867

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...
by sundhinakar
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: 1006

Iam able to create and compile a parallel job, but while running, aim getting the error saying not supported in this platform. Do I need to have SP2 in 2003 server?
by sundhinakar
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: 1006

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
by sundhinakar
Tue Jul 08, 2008 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding Recordcount
Replies: 3
Views: 924

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...
by sundhinakar
Tue Jul 08, 2008 4:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding Recordcount
Replies: 3
Views: 924

Finding Recordcount

How to get the total recordcount if its the partitioned record