pankajpanjwani
Technical User
Hi Experts,
I am trying to,
1. source a resource compiler file. (which sets some environment variable and appends the path)
2. Fire a job, for which uses the environment set in first step.
e.g for testing, it can be
step 1 : setenv TEST test
step 2 : echo $TEST
For, this I cannot use two separate "system" commands(as they will each invoke their own child process'. So I need to have one single child process, which sources that file and then invokes the application in same child process.
If you have any hint of solution, or you can suggest any then please help me.
thanks in anticipation
Pankaj
I am trying to,
1. source a resource compiler file. (which sets some environment variable and appends the path)
2. Fire a job, for which uses the environment set in first step.
e.g for testing, it can be
step 1 : setenv TEST test
step 2 : echo $TEST
For, this I cannot use two separate "system" commands(as they will each invoke their own child process'. So I need to have one single child process, which sources that file and then invokes the application in same child process.
If you have any hint of solution, or you can suggest any then please help me.
thanks in anticipation
Pankaj