FTP from z/OS PDS to server (how to add on .txt extension)
Have written a JCL which will copy all members of a local PDS to a remote server. This process is somewhat successful, however all the same named filenames on the remote server reflect only the PDS member name (without any extension). Have used the LCD command to map to the local PDS and the CD command to map to the remote server directory, then the MPUT * command.
How can I add a .TXT extension to each of the filenames (thereby, helps the end user to view them within Notepad) ?
Thanks!



