How do you pass filename as the parameter for a job?

Showing Answers 1 - 5 of 5 Answers

Mujeebur Rehman

  • Jul 22nd, 2005
 

While job developement we can create a paramater 'FILE_NAME' and the value can be passed while running the job.

  Was this answer useful?  Yes

sridhar245

  • Nov 28th, 2005
 

1. Go to DataStage Administrator->Projects->Properties->Environment->UserDefined. Here you can see a grid, where you can enter your parameter name and the corresponding the path of the file.

2. Go to the stage Tab of the job, select the NLS tab, click on the "Use Job Parameter" and select the parameter name which you have given in the above. The selected parameter name appears in the text box beside the "Use Job Parameter" button. Copy the parameter name from the text box and use it in your job. Keep the project default in the text box.

  Was this answer useful?  Yes

hanug

  • May 6th, 2007
 

1. Define the job parameter at the job level or Project level.
2. Use the file name in the stage(source or target or lookup)
3. supply the file name at the run time.


Hanu.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions