Search found 2 matches

by gopalvemu
Fri Dec 27, 2013 10:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with hyphens in DB2 connector stage input SQL
Replies: 2
Views: 1195

Hi.. The version is DataStage 8.7 Fixpack 2. I tried looking, but did not find any patches or fixpacks that address this issue.
by gopalvemu
Fri Dec 27, 2013 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with hyphens in DB2 connector stage input SQL
Replies: 2
Views: 1195

Issue with hyphens in DB2 connector stage input SQL

Hi, We have a parallel job that is reading from DB2 database using DB2 connector stage. The select SQL defined in the connector stage has a where clause for which we pass values during run time. The values that are being passed are row_ids and are in the format 1-XXXXX. For example, '1-CMIU65' The i...