Is there a way to FTP a file from the mainframe to a server and include the current date as a part of the server file name. I have accomplished this on other platforms, but not from the mainframe.
Sure -- have a process (in Unix, or a programming language, or REXX, or ...) create the FTP commands (including the date) in one step, then the next step will be the FTP executing the commands created in the previous step.