Search found 2 matches
- 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: 1196
- 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: 1196
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...