Creating a Data Mover Script that will generate a .dat file with date time stamp every day without o
Hello PeopleSoft Experts !
I am trying to run a data mover .dms script that will export data to a .dat file, but if i run the file multiple times for a week then it will overwrite the .dat output file, but I want to keep the existing .dat files as is , and create a new .dat output file with a datetime stamp, so that i can differentiate which .dat file is created on what date.
For Example the out put files :
Output1_07/22/2016.dat for the date 07/22/2016
Output1_07/23/2016.dat for the date 07/23/2016
Output1_07/24/2016.dat for the date 07/24/2016
If you have any idea on this how to achieve this, can you please share with me? Appreciates your help in advance !