Hi,
Can anyone help me to setup the default project directory.
Eq. - Whenever I specify ./test111.txt in Sequenctial File Stage file output parameter, it creates the test111.txt file in DataStage project folder which I am current working in.
Now, I want instead of DataStage Project Folder, file should be generated in my own folder, which I can specify by putting "./" in file output parameter.
Can anyone help me this thing, that where I should change the setting so that it will generate the files in my own folder instead of DS project folder.
Thanks in Advance....
Setting up DataStage Default Directory on Windows Server
Moderators: chulett, rschirm, roy
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
Welcome aboard. :D
The "." means "current directory". If you're executing a DataStage server job, that means the project directory. There's no way around that. You can't use ".".
Use a job parameter instead, for example #FileDir#/myfile.txt
The "." means "current directory". If you're executing a DataStage server job, that means the project directory. There's no way around that. You can't use ".".
Use a job parameter instead, for example #FileDir#/myfile.txt
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
</a>