hi all,
can any one help me to write a JCL to ftp a file from mainframe to Windows pc.
Thing here is ,the file which I want to send from Mainframe is an delimited file.
If possible please provide some sample JCL code.
thanks all.
FTP doesn't care about delimited files. FTP sends text or binary data -- a delimited file is a text file and that's all FTP needs to know. FTP works on the entire data set (mainframe) or file (PC) -- the contents are not relevant (unless you're wanting to use code pages other than the default).Thing here is ,the file which I want to send from Mainframe is an delimited file.