GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  DataStage

 Print  |  
Question:  Parameter file usage in Datastage

Answer: Can anyone tel me how to use a file to fetch the parameter values for a parallel job in datastage as i don't want it to be hard coded.
The format for the file shall be (name,value) pair.
please help me...

Thanks,
Deepa


October 10, 2008 03:17:19 #1
 Abhijain CRM Expert  Member Since: December 2007    Total Comments: 13 

RE: Parameter file usage in Datastage
 

In Datastage sequence, there is a stage named "UserVariable_Activity", this can use to fetch the parameter.
Create a new user variable in the uservariable_activity stage and for the expression part of it, you can simply give your parameter file path.

     

 

Back To Question