Import ddl metadata definitions

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
devidotcom
Participant
Posts: 247
Joined: Thu Apr 27, 2006 6:38 am
Location: Hyderabad

Import ddl metadata definitions

Post by devidotcom »

Hi All,

I have a ddl file with the metadata of a table in the UNIX box.
Need to import this metadata to a sequential file as I only have the metadata but not the tables in the learning box.
How do I do that.

The file looks like
cat abc.ddl
TRANSIT SYSIBM DECIMAL 10 0 Yes
BRH SYSIBM DECIMAL 3 0 Yes
CLIENT SYSIBM DECIMAL 3 0 Yes
NUMBER SYSIBM DECIMAL 6 0 Yes

Could anyone help me out
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

For so few fields type it in manually. There is no metadata import tool geared to the format you have specified.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
devidotcom
Participant
Posts: 247
Joined: Thu Apr 27, 2006 6:38 am
Location: Hyderabad

Post by devidotcom »

Hi Ray,

Thanks for the reply..

I have mentioned just a few columns I have all together around 30 columns that I would have to entry manually.

Is there any other way out... to get them imported...
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

If the described data object exists somewhere (database table, text file, etc.) then you could import it from there. Otherwise no.
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