Value file of parameter set

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
199542
Participant
Posts: 41
Joined: Sat Dec 29, 2007 2:42 am

Value file of parameter set

Post by 199542 »

Hi Everybody ,
We are using Information Server 8.0 .We have a requirement where we need to get the latest file name and process in datastage.
For that I am using ls -lrt command and storing the latest filename in the UNIX variable INPUT_FILE.
We parameterised that INPUT_FILE_NAME in the parameter set .But the filename changes dynamically as I mentioned above .So , My doubt is whether we can edit parameter INPUT_FILE_NAME present in PROJECTS/PARAMETERSETS/VALUFILENAME So that I can get the value of INPUT_FILE_NAME dynamically from unix env for evry job run .
gikjpjj
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I think it better to get the value dynamically in a job sequence and then pass that value as a parameter into the job.
Post Reply