Hi Experts,
I have a requirement. I nee to run a Data management job which is exporting the data from pbcs and then storing the output file in outbox folder with process id suffixed. Now the problem is i need to automate this process of downloading 7 hen i need to download the new file and delete the previous day file. Since process id is getting suffixed so cant hardcode the name. i tried deleting the file with * but it didn't work. Any idea how can we handle this?
e.g. PBCStofile_001.dat needs to be deleted & PBCStofile_002.dat needs to be downloaded.
I tried the command
call epmautomate deletefile outbox/PBCStofile*.dat but it was not successful.
Cheers !!!