Generic Wrapper Parameter Setup

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
knoblaub
Premium Member
Premium Member
Posts: 10
Joined: Thu Aug 12, 2010 11:24 am

Generic Wrapper Parameter Setup

Post by knoblaub »

I'm trying to pass some parameters from an input stream to a Geneic Wrapper stage that calls a Unix shell script. When I build the generic wrapper I specificy the command followed by the 3 input parameters.

Command: /home/user/test.sh $1 $2 $3

On the propery tab I create the 3 parameters with a data type of Input Column. On th Wrapped/Interfacs/Input tab I then create the input link.

Now when I use this generic stage in a job design, on the Stage/Properties tab I select the desired input column for each of the 3 parameters. However, when the job executes it use the Column name instead of the value contained in the column. I tried even putting ORCHESTRATE.columnname still does not work.

Hope someone can help me.
rupeshg
Premium Member
Premium Member
Posts: 60
Joined: Thu Dec 22, 2005 6:02 am
Location: United Kingdom

Post by rupeshg »

In Properties tab, define your properties with Coversion as "Value Only"
Post Reply