schema file property row generator stage

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
peacock
Participant
Posts: 1
Joined: Fri Feb 16, 2007 3:12 am

schema file property row generator stage

Post by peacock »

Hi All

I am trying to use scehma file property in row generator stage in parallel jobs can any one explain with an example

thanks and regards
peacock
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard. :D

Do you comprehend what a record schema is, in the context of parallel jobs?

From any table definition in the Repository you can click on the Layout tab then choose the Parallel option to view the equivalent record schema. Right click on the background area and you can save the record schema in a file.

When you use certain stage types you can specify a schema file instead of, or in combination with, the columns loaded on the Columns grid.

Click on Help in the stage to learn more, or search for "schema file" in the Parallel Job Developer's Guide
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

The workaround given by Ray is to help you to construct the Schema file easily. But to get the actual solution, you need to specify what is the exact requirement of yours.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply