odbc stage update netezza table issue

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
hsahay
Premium Member
Premium Member
Posts: 175
Joined: Wed Mar 21, 2007 9:35 am

odbc stage update netezza table issue

Post by hsahay »

Hi,

I have issue with odbc stage upating the netezza table.

Query:
UPDATE XTABLE SET ORIGINAL_LOAD_DT = ORCHESTRATE.RUNDATE WHERE FILE_ID in ORCHESTRATE.FILE_ID_IN

Passing below values to the odbc stage

RUNDATE = '9999-01-01'
FILE_ID_IN = ('asdf','zxcv')

issue is with the ORCHESTRATE.FILE_ID_IN


when i hard code the value for FILE_ID_IN in the query then job ran fine

UPDATE XTABLE SET ORIGINAL_LOAD_DT = ORCHESTRATE.RUNDATE WHERE FILE_ID in ('asdf','zxcv')

please advise how to reslove this.
vishal
Post Reply