Page 1 of 1

Posted: Tue Dec 24, 2002 9:30 am
by chulett
Unless I'm missing something here, the answer should be rather simple. You define a job parameter for the name of the Universe table and then reference that same parameter in the UVStage in the 'Table Name' box. Don't forget to wrap the parameter name in pound signs (#) so that DataStage will recognize it as a parameter and not the name itself. For example: parameter name = 'uvTable' and inside the stage you would use '#uvTable#' (without the quotes, of course).

-craig