Character max length

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
shaonli
Participant
Posts: 80
Joined: Tue Nov 28, 2006 6:52 am

Character max length

Post by shaonli »

Hi,

In my job I want to write a field of char(3600) in seq file.But the field is getting truncated after 1000.
The input is a seq file ftp ed from mainframe.
What is the max length of char we can assign.
Please help.

Thanks
Shaonli
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The maximum length is certainly much higher than either 1000 or 3600. If you look at your source file in an editor, are you certain that there are more than 1000 characters in the column that is being truncated?
Post Reply