Submitted Questions

  • Parameter file usage in Datastage

    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

    Abhijain

    • Oct 3rd, 2008

    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.