How to get parameter values from file

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
venugopal81
Participant
Posts: 49
Joined: Sat Mar 26, 2005 12:19 am

How to get parameter values from file

Post by venugopal81 »

Hi All,

Without humun Intention I want pass the
parameters values thru files. This file contains 20 parameter values.
How can achieve this. Please suggest me.

Thanks in advance
Venugopal
Nripendra Chand
Premium Member
Premium Member
Posts: 196
Joined: Tue Nov 23, 2004 11:50 pm
Location: Sydney (Australia)

Post by Nripendra Chand »

there are two ways to do this. One way is that you can use job control to read that file and set the parameters for your jobs.
Second way is to read the file in unix scripts and set the parameters for jobs and then run them thorugh scripts only.
I would suggest to use unix scripts.

-Nripendra
venugopal81
Participant
Posts: 49
Joined: Sat Mar 26, 2005 12:19 am

Post by venugopal81 »

Second way is to read the file in unix scripts and set the parameters for jobs and then run them thorugh scripts only.
Can you please explain how can I do this in UNIX.

Thanks
Venu
loveojha2
Participant
Posts: 362
Joined: Thu May 26, 2005 12:59 am

Post by loveojha2 »

You can use dsjob command line tool.
Success consists of getting up just one more time than you fall.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Do a search. This has been covered a lot over here. Start here
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply