comma seperated qouted job parameter

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
dsdoubt
Participant
Posts: 106
Joined: Sat Jul 15, 2006 12:17 am

comma seperated qouted job parameter

Post by dsdoubt »

Iam passing values such as '234234','3453453','45645645' to a varchar field in ODBC stage as follows in the Where clause

Code: Select all

column1 in #Jobparameter#
Its giving wierd erros, sometime core dump.

If i pass the value as '23423' (single value), it works.
If I pass multiple integer value 23423,456456,56756 it works.

Kindly help me out.
dsdoubt
Participant
Posts: 106
Joined: Sat Jul 15, 2006 12:17 am

Post by dsdoubt »

I can add escape character only for one value
eg: /'23423423/'

And not as

Code: Select all

 /'23423/',/'23423/'  Or /'234234/'/,/'234234/'
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Your slashes are going the wrong way.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply