What are Schema files & usage in production Environment

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
reddysrc
Participant
Posts: 39
Joined: Mon May 30, 2005 3:19 pm

What are Schema files & usage in production Environment

Post by reddysrc »

Hi Experts,

could you explain about schema files and usage in production environment.
how we use schema files to import and export variables ?

Thanks
Nag
bcarlson
Premium Member
Premium Member
Posts: 772
Joined: Fri Oct 01, 2004 3:06 pm
Location: Minnesota

Post by bcarlson »

First, the tried and true response - I highly recommend reading the documentation. There is help info there.

Second, a brief description: Schema files are text files that represent record layouts, just like table definitions in DataStage. They provide a more dynamic interface. For example, you could have a generic export program that takes a table name as input (for the database read stage) and a schema file that is passed to the sequential file stage as output.

Again, please read the documentation - it will be far more detailed and probably provide better examples.

Brad.
It is not that I am addicted to coffee, it's just that I need it to survive.
Post Reply