setting a parameter value in an orchestrate schema

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
gbusson
Participant
Posts: 98
Joined: Fri Oct 07, 2005 2:50 am
Location: France
Contact:

setting a parameter value in an orchestrate schema

Post by gbusson »

Hi,

I want to add a new column to my flow, initialized with a job parameter.

Th problem is:
in some cases, i don't want to do so. Consequently i have to use a orchestrate schema file (when i don t want to set it, i use an empty file)

How can i set the parameter in the schema file? I tried the [&param] value but osh does not consider it as a parameter

thanks all for your help.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

HI,

A workaround would be, use a job to produce the schme file, and use the parameter in the job to produce the output. The parameter can be concatinaged with necessary delimeter to create additional column in the schme file.

-Kumar
Post Reply