Pros & Cons of Schema File

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
rohithmuthyala
Participant
Posts: 57
Joined: Wed Oct 21, 2009 4:46 am
Location: India

Post by rohithmuthyala »

With the help of schema files, one can pass the default values

E.g.

record
(
ABC:decimal[15,0];
XYZ:string[max=10] {cycle={value='ABCD'}};
)

In the example above XYZ column is assigned a default value "ABCD"
Rohith
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Re: Pros & Cons of Schema File

Post by ray.wurlod »

Aquilis wrote:Our Client has come up with the requirement having metadata definition parameterized and very much configurable one.
This is not always a good idea. Demand to know why.
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