Page 1 of 1

Reg the usage of parameter in parallel job

Posted: Wed Feb 13, 2013 2:37 am
by sree123
Compiler not showing error even if a parameter that is used inside the job is undefined in the job parameters.What may be the reason for it?

Thanks

Posted: Wed Feb 13, 2013 2:58 am
by jerome_rajan
Parameters get resolved at runtime and not during compilation. If you have used a parameter that is not defined in the Job parameter list, then the job would, most likely, use the name 'AS IS' during runtime.

Posted: Wed Feb 13, 2013 8:23 am
by chulett
True for other job types as well. And yes "as is" - it will just become a string, hash signs and all.

Re: Reg the usage of parameter in parallel job

Posted: Wed Feb 13, 2013 8:43 am
by 123gopal
check RCP at job level and admin level

Re: Reg the usage of parameter in parallel job

Posted: Wed Feb 13, 2013 8:57 am
by chulett
123gopal wrote:check RCP at job level and admin level
Curious what that has to do with the subject being discussed. :?