We have Job which will run 4 times in a day, so now at every time it runs it creates a file and ftp the file as "LCD_BI_ORDERINFO_&OYMD._&OHHMM._001_01.txt " , So now i want the file to be sent as below:
after each run it should append with 01 02 03 and 04.txt at the end of the file as below.
LCD_BI_ORDERINFO_&OYMD._001_01.txt
LCD_BI_ORDERINFO_&OYMD._001_02.txt
LCD_BI_ORDERINFO_&OYMD._001_03.txt
LCD_BI_ORDERINFO_&OYMD._001_04.txt
Thanks in advance