Page 1 of 1

How parameter deliver between sequence and job ?

Posted: Mon Feb 13, 2012 8:24 pm
by dongyingying
Hi All,

In one sequence there are five jobs,which job have some same and different parameters ,all of the parameter need to be redefined in the sequence .but parameter 's value in the job do it still working ?

Can anyone has any idea?

Thanks!

Posted: Mon Feb 13, 2012 8:31 pm
by qt_ky
The parameters in each job will use the default value defined in the job properties, unless you override that default within the sequence job.

Posted: Mon Feb 13, 2012 8:40 pm
by ray.wurlod
Note that you MUST provided a value for each parameter, but you can choose "Set to Default" to use the default value.

Posted: Mon Feb 13, 2012 9:29 pm
by dongyingying
Thanks qt_ky and ray ,I think both of you are right .

Posted: Tue Feb 14, 2012 3:08 am
by dongyingying
ray.wurlod wrote:Note that you MUST provided a value for each parameter, but you can choose "Set to Default" to use the default value. ...
Hi ray ,

You said use the default value mean which set the job's parameter or user varableStage ,am I right?

Posted: Tue Feb 14, 2012 3:35 am
by pandeesh
Ray meant the default values specified for parameters in the individula job level.