Pass value of an input column to the Hierarchical Stage

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
DS1234
Participant
Posts: 2
Joined: Sat Jun 24, 2017 2:47 pm

Pass value of an input column to the Hierarchical Stage

Post by DS1234 »

Hi There,

I am working on a requirement to parse a JSON response from an HTTP Rest request using a hierarchical stage, however I would like to know if I can pass one of the input column value of the stage as the URL to the REST STEP of the stage. Currently, the rest steps has the feature of accepting job parameter as input, but I need to pass stage column value.

How can I do it.
I tried orchestrate.<column_name> and :column_name, but to no avail.

Please help.
Thanks.
Kumarjit
UCDI
Premium Member
Premium Member
Posts: 383
Joined: Mon Mar 21, 2016 2:00 pm

Post by UCDI »

you want the column name only?

you can get that from many databases with a system level query. Is that possible on your system?
Post Reply