Hi All,
I request all your help on an issue that i'm currently struck with,
Am currently doing secure FTP to transfer a file(Mainframe to server), on the which the file name used to change dynamically,
Example file name: PO7485.txt
In this the 4 digit numeric value will change dynamically, hence we generate the file name and place it in to a flat file and used it as SYSIN (Put statement) for my SFTP.
but , the secure FTP is not allowing a flat file to be used as SYSIN , hence it gets abend with JCL Error.
Is there any way i can use my flat file as sysin and get rid of this error ?