Orchestrate Exception

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
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You need to look in the record schema - either in the generated OSH or in the score - to see the C-style data types reported. Clearly string[n] corresponds to the SQL data type Char(n) while string[max=n] corresponds to the SQL data type VarChar(n). When these are ustring it means that NLS is enabled and DataStage is using Unicode (rather than ASCII) for manipulating the strings internally. If you enable the Extended column in the Columns grid you will be able to see the word "Unicode" there.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Maveric
Participant
Posts: 388
Joined: Tue Mar 13, 2007 1:28 am

Post by Maveric »

Think you will have to specify a length for each of these fields. Do a search on "Max length must be positive".
Maveric
Participant
Posts: 388
Joined: Tue Mar 13, 2007 1:28 am

Post by Maveric »

Think you will have to specify a length for each of these fields. Do a search on "Max length must be positive".
Maveric
Participant
Posts: 388
Joined: Tue Mar 13, 2007 1:28 am

Post by Maveric »

You already have a post on this issue here.

viewtopic.php?t=116399

Why start a new tread for the same issue?
Post Reply