Hi Experts,
We want to send a file (p.e. "USER.TEST.TRANSFER") to a Mainframe application (IBM MVS), vía FTP, from XI.
We have configured the ftp comm. channel, specified the server and port (21), target directory = "USER.TEST" and File Name Scheme = "TRANSFER". After execution, comm. channel log tells
2009-02-09 17:26:30 Success Connecting to FTP server "", directory "USER.TEST", file "TRANSFER"
2009-02-09 17:26:31 Success Transfer: "BIN" mode, size 923 bytes, character encoding UTF-8
2009-02-09 17:26:31 Success Start converting XML document content to plain text
2009-02-09 17:26:31 Success File processing complete
But when i go to the host server, and look for file "USER.TEST.TRANSFER", it does not exists.
Basis people told us we have to create the file with sime special attributes, like LRECL=97,RECFM=FB. Somebody knows how to set this attributes in the ftp comm. channel in xi?
Thanks!!