Row generator

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
mcs_suresh
Participant
Posts: 9
Joined: Fri Sep 21, 2007 10:37 am

Row generator

Post by mcs_suresh »

In my row generator, I have imported two columns, they are
name & age.

I have declared the datatype for name as varchar
But for age, i want to declare the datatype as integer
Row generator doesn't allow the integer datatype. It accepts
only the varchar. How to make the datatype conversion in row generator.
Vasanth
Participant
Posts: 10
Joined: Tue Apr 10, 2007 1:37 am
Location: M nagar

Post by Vasanth »

Row generator does allow the integer data type. Can u explain the problem clearly? Also, u cannot do datatype conversion in row generator.
Vasanth
koolnitz
Participant
Posts: 138
Joined: Wed Sep 07, 2005 5:39 am

Post by koolnitz »

As Vasanth mentioned, INTEGER is a valid dataype in Row generator.
Nitin Jain | India

If everything seems to be going well, you have obviously overlooked something.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

mcs_suresh wrote:Row generator doesn't allow the integer datatype. It accepts only the varchar.
Please explain why you believe this to be the case.
I use integers a lot in Row Generator stages.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply