In DataStage 8.5 how to pass parametervalues from text file

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
prasad.bodduluri
Participant
Posts: 30
Joined: Tue Jan 30, 2007 5:21 am
Location: bangalore

In DataStage 8.5 how to pass parametervalues from text file

Post by prasad.bodduluri »

In Data stage 8.5 how to pass parameter values from text file instead of passing values at run time.
prasad
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Use a sequence that reads the file, parses the parameter values, and supplies them to the job through a Job activity.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply