Parametersing Table 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
jaksani
Participant
Posts: 48
Joined: Tue Mar 01, 2011 12:26 am
Location: Hyderabad

Parametersing Table definitions?

Post by jaksani »

Hi,

I would like to create a reusable job by parameterising everything.
I do not know whether it is possible in datastage or not.
Please let me know how to do if it can be done .
Thanks & Regards,
Venkat Jaksani
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Define 'everything'... and what exactly would this job be doing? Simply moving data unchanged from source to target? Have you looked into the use of RCP and schema files?
-craig

"You can never have too many knives" -- Logan Nine Fingers
GJ_Stage
Participant
Posts: 131
Joined: Mon Oct 27, 2008 6:59 am

Post by GJ_Stage »

Yes. It is possible using schema file (this is for reading seq file to writing into table). Only one DS job is enough for that you need to pass schema file name and tablename and anyother parameters.
jaksani
Participant
Posts: 48
Joined: Tue Mar 01, 2011 12:26 am
Location: Hyderabad

Post by jaksani »

Thanks!
Yes, My aim is move data from source to target location.
Please let me know where can I get more information on Schemas.
Thanks & Regards,
Venkat Jaksani
Post Reply