Transformer Stage extra information column

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
yogiravi
Participant
Posts: 5
Joined: Thu Oct 20, 2011 4:05 am

Transformer Stage extra information column

Post by yogiravi »

In transformer stage/ in ODBC Stage there are few columns like,
1. column name
2. key
3. SQL type
4. Extended
5. Length
6. Scale
7. Nullable
8. Description

In the Description column I found some extra information i.e. "<none>
Searchable? N "

can anybody tell me what is the purpose of this desciption? When it is used by DataStage?
Regards,
YogiRavi
kogads
Premium Member
Premium Member
Posts: 74
Joined: Fri Jun 05, 2009 5:36 pm

Post by kogads »

Hey, i think the description field just helps you out to distinguish between columns that you define, and it will have no impact on functionality.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

"<none>" indicates that there is no description for the field, whether imported from the database or added manually during the import process or subsequently.
"searchable" indicates whether or not the column in the database is indexed. This is determined at the time that the table definition is imported; it is not automatically maintained if the column is indexed subsequent to that import.
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