Reg the usage of parameter in parallel job

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
sree123
Participant
Posts: 4
Joined: Fri May 25, 2012 2:47 am
Location: Cochin

Reg the usage of parameter in parallel job

Post 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
jerome_rajan
Premium Member
Premium Member
Posts: 376
Joined: Sat Jan 07, 2012 12:25 pm
Location: Piscataway

Post 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.
Jerome
Data Integration Consultant at AWS
Connect With Me On LinkedIn

Life is really simple, but we insist on making it complicated.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

True for other job types as well. And yes "as is" - it will just become a string, hash signs and all.
-craig

"You can never have too many knives" -- Logan Nine Fingers
123gopal
Participant
Posts: 16
Joined: Sat Feb 09, 2013 11:41 am
Location: chennai

Re: Reg the usage of parameter in parallel job

Post by 123gopal »

check RCP at job level and admin level
mgplk
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Re: Reg the usage of parameter in parallel job

Post by chulett »

123gopal wrote:check RCP at job level and admin level
Curious what that has to do with the subject being discussed. :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply