Let me start by stating that I have just started working on the mainframe and have no experience.
I have a jcl that has this line:
put 'xxxxx.xxxxx.xxxxxxxx(0)' <filename>.txt
this is than sent out via ftp
I wopuld like to add the date time to the end of the txt file something like this
put 'xxxxx.xxxxx.xxxxxxxx(0)' <filename>_yymmdd_hhmmss.txt
Is this possible within the jcl without using rexx or the like?
Please do not use acronyms in your answers as I wont understand them and it will just lead to me being more confused.
Thank you for your time and consideration.