My export line looks like this:
EXPORT DATA TO C:\IMPORT\ASSET S.CSV (DATAFORMAT = CSV
This works OK, but this file is eventually sent automatically via FTP to another location and the file has to be in this format:
ASSETS-YYYY-MM-DD.CSV where the yyyy,mm,and dd are todays date.
Rather than rename each after the proc has run, is there a way to allow DB2 to add that date?
Thanks
EXPORT DATA TO C:\IMPORT\ASSET S.CSV (DATAFORMAT = CSV
This works OK, but this file is eventually sent automatically via FTP to another location and the file has to be in this format:
ASSETS-YYYY-MM-DD.CSV where the yyyy,mm,and dd are todays date.
Rather than rename each after the proc has run, is there a way to allow DB2 to add that date?
Thanks
Comment