ArndW wrote:I'm not at a DS client to test this right now, but have you also specified the display width as well - as needs to be done with sequential files with fixed width?
What is the data defined as in the column page (type, length) and what did you set the fixed width to? ... Hi Thanks for the reply. All columns are data type char, with their relevant lengths set. There are no fixed width settings (that I can see) .... I assummed it just used the column length (?).
Hi I am trying to ftp a fixed-width sequential file to a Windows box, using the ftp plug-in. The correct number of rows are being output, but no data, only a return on each row. If I change Fixed-width property of ftp plugin back to No, and use a delimeter, no problem, the data gets exported. If I c...