Hi All,
I have a TPT script which will export data from teradata to a file.
Once i load the file in a particular path in unix say example /dev/srcfiles/ i wrote the following operator to move to that particular directory and create a bkp file. My script is running in a different folder /dev/scripts/.
Issue is the the OS operator is not going to that directory where i need to create a bkp file but when i tried like 'cp /dev/srcfiles/test.txt /dev/srcfiles/test_bkp.txt' is working fine as a single command to OS.
↧