Search found 3 matches

by MarkTralls
Tue Apr 18, 2006 2:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ftp'd fixed-width file has no data
Replies: 4
Views: 826

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?


Thanks! That did the trick!

That's one to remember!

Thanks again

Mark
by MarkTralls
Tue Apr 18, 2006 2:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ftp'd fixed-width file has no data
Replies: 4
Views: 826

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 (?).
by MarkTralls
Thu Apr 13, 2006 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ftp'd fixed-width file has no data
Replies: 4
Views: 826

ftp'd fixed-width file has no data

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...