Search found 200 matches

by sjordery
Wed Feb 28, 2007 4:42 pm
Forum: General
Topic: Reading a sequential file from an EE job into a server job
Replies: 16
Views: 6732

[quote="DSguru2B"]24 must be the limit on the sequential file stage when you hit view data.[/quote] Thanks DSguru2B, but I have set the Limit to 1000. The display still only shows 24. They are also 24 from various places on the file, not just the first 24 rows. I put in a peek and the outp...
by sjordery
Wed Feb 28, 2007 4:20 pm
Forum: General
Topic: Reading a sequential file from an EE job into a server job
Replies: 16
Views: 6732

Thanks Ray. The Sequential file is being written as output from a Join Stage. The input to the join stage is 4 seperate datasets - all the same layout. I tried setting format record delimiter to UNIX new line, but no luck. The other odd thing is that there are 601 rows input, and the stats show 601 ...
by sjordery
Wed Feb 28, 2007 10:53 am
Forum: General
Topic: Reading a sequential file from an EE job into a server job
Replies: 16
Views: 6732

Hi ArndW, The file when viewed in vi contains all kind of junk like: "0^M" - I was expecting "0" - EDITED: checked the input and there are control characters where-ever the ^M appears. The stuff below is still a mystery though. and ^@28/12/2003^F^@137064^B^@NA^B^ where I would ha...
by sjordery
Wed Feb 28, 2007 8:57 am
Forum: General
Topic: Reading a sequential file from an EE job into a server job
Replies: 16
Views: 6732

Hi kumar_s, Thanks for your reply, and for the welcome! :) The meta data is definately the same. When I view the file in the Server job all the columns are displayed, but the data seems to spill over into the next rows. The file is on the same server - it might help to tell you that I used a join st...
by sjordery
Wed Feb 28, 2007 8:33 am
Forum: General
Topic: Reading a sequential file from an EE job into a server job
Replies: 16
Views: 6732

Reading a sequential file from an EE job into a server job

Hello Everyone, I have searched the forum and could not find this specific problem, so if anyone can help out, that would be much appreciated. I have a Parallel job which ends up creating a sequential file with the following Format settings: Final Delimiter: None Delimiter: Comma Quote: Double This ...