Hi Lisa,
You can use the Timestamp Utility service:
https://www.ibm.com/support/knowledgecenter/en/SS3JSW_6.0.0/integrating/integrating/integrator/Timestamp_Utility_svc.htmlFor example use the Timestamp Current Time function to get the current month e.g. set format to yyyyMM, then use the XPATH concat() function to append 01 to pass that in as baseTime to the Timestamp subtract function to get the date of the last day of the previous month (baseTimeFormat and format = yyyyMMdd, offsetTime = 1 and scale = day).
You can then use the concat function again on ASSIGN to append that to the filename (maybe combined with using the substring functions to insert it in the appropriate position e.g. before any extension).
------------------------------
RICHARD CROSS
------------------------------