Can I use DataStage to backup records?

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
sunitha_cts
Participant
Posts: 98
Joined: Thu Feb 05, 2009 1:14 am
Location: visakhapatnam
Contact:

Can I use DataStage to backup records?

Post by sunitha_cts »

Hi All,

I need to take a backup of records of 1 year at the end of every seventh year.
How could we implement this scenario .


Thanks
Sunitha
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Are you sure that this is a DataStage question or a systems question? You will need to supply a bit more information so that you can get meaningful responses.

Are you looking for logic to implement in DataStage in order to select the correct records and to write a generic job to process the table(s)?
sunitha_cts
Participant
Posts: 98
Joined: Thu Feb 05, 2009 1:14 am
Location: visakhapatnam
Contact:

Post by sunitha_cts »

I'm looking for the logic to implement in datastage.

Thanks
Sunitha
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

DataStage is not really a backup management utility. Prefer the correct tool for the job, and for the job of managing your backup archives (for example IBM InfoSphere Optim Data Growth Solution).

If you really must use DataStage it's just another ETL task - you need to identify a mechanism for determining which records to extract from source, and a mechanism that can trigger once every seven years (this will really need to be a third party scheduler).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

sunitha_cts wrote:I'm looking for the logic to implement in datastage.
Then as noted you'll need to detail your requirement, right now it's a little too vague. "Backup" means what in this context? Do you actually mean purge? And "one year at the end of every seventh year" needs to be clarified as well.
-craig

"You can never have too many knives" -- Logan Nine Fingers
sunitha_cts
Participant
Posts: 98
Joined: Thu Feb 05, 2009 1:14 am
Location: visakhapatnam
Contact:

Post by sunitha_cts »

Yes it is purge
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

So... one thing clarified, you want to delete records in spite of putting 'data loading' in the subject. Everything else is still vague though, as noted.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply