Page 1 of 1

Posted: Wed Feb 10, 2010 2:55 pm
by ray.wurlod
I don't see a vector defined in your osh - just a Char(40). Your metadata needs to specify the size of the vector (which will cause a vector to be defined). Do this on the extended properties of the column - right click on the column definition and choose Edit Row from the menu.

Posted: Thu Feb 11, 2010 12:56 pm
by muralisankarr
ray.wurlod wrote:I don't see a vector defined in your osh - just a Char(40). Your metadata needs to specify the size of the vector (which will cause a vector to be defined). Do this on the extended properties of the column - right click on the column definition and choose Edit Row from the menu.
Thanks Ray. I think the issue I have is really not in the Make vector Stage. But it is with the target Sequential File. When I replace my target with Dataset my job is working fine. But with Sequential File the job is aborting with the above message. Is it possible to write a data of vector type to sequential file? Please help

Many Thanks
MSR

Posted: Thu Feb 11, 2010 4:06 pm
by ray.wurlod
Possibly not. But I don't have the opportunity to test that at the moment.