To change the datatype of a column of datastage job in unix

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
neo637
Participant
Posts: 9
Joined: Thu Jul 31, 2008 2:56 am

To change the datatype of a column of datastage job in unix

Post by neo637 »

Hi

I am new to datastage concepts i want to know about the background process in the server for datastage

How can we change the datatype of column of a datastage job in unix?
Where exactly all datastage jobs stored in the unix server?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

They are not stored at all in UNIX. They are stored in a database.

Worse (for your purposes), SQL data types are not stored directly as such, but rather are stored as an enumerated value. Unless you know these values, you can not effect a change of data type even with an SQL query against the database. Further, since the data type is one element of a Columns collection, you would need to know how to effect updates in a Collection.

Stick with using the GUI.
There are too many opportunities for you to break your designs otherwise.
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