Page 1 of 1

How to get parameter values from file

Posted: Fri Jul 07, 2006 12:58 am
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

Posted: Fri Jul 07, 2006 1:02 am
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

Posted: Fri Jul 07, 2006 4:13 am
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

Posted: Fri Jul 07, 2006 4:54 am
by loveojha2
You can use dsjob command line tool.

Posted: Fri Jul 07, 2006 7:01 am
by DSguru2B
Do a search. This has been covered a lot over here. Start here