I have created a file on an AIX platform which is then ftp'd to a Windows NT platform via an integration tool. From there, I attempt to run an FTP job from vse which picks up the file and pushes it to the mainframe.
The problem I am seeing is:
1. Since the file is created on an AIX plaform, which equates BINARY and ASCII, the end-of-record terminators are not seen by the receiving mainframe when the default ASCII transfer mode is used, causing the FTP job to abend.
2. If binary is specified in the FTP job, the file is successfully pushed up to the mainframe. However, it is unusable by the dependent COBOL programs, since the file is still in binary mode.
3. In my research, I have found that there are a couple of settings that I would like to attempt to override (from our ftpbatch system file), such as the CRLF, however I cannot find documentation on the syntax required to do this.
Can anyone offer any suggestions?
Thanks!
Jessica
The problem I am seeing is:
1. Since the file is created on an AIX plaform, which equates BINARY and ASCII, the end-of-record terminators are not seen by the receiving mainframe when the default ASCII transfer mode is used, causing the FTP job to abend.
2. If binary is specified in the FTP job, the file is successfully pushed up to the mainframe. However, it is unusable by the dependent COBOL programs, since the file is still in binary mode.
3. In my research, I have found that there are a couple of settings that I would like to attempt to override (from our ftpbatch system file), such as the CRLF, however I cannot find documentation on the syntax required to do this.
Can anyone offer any suggestions?
Thanks!
Jessica