Search found 97 matches

by sunitha_cts
Tue Jul 16, 2013 1:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I use DataStage to backup records?
Replies: 6
Views: 3074

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

Thanks
Sunitha
by sunitha_cts
Tue Jul 16, 2013 12:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I use DataStage to backup records?
Replies: 6
Views: 3074

Can I use DataStage to backup records?

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
by sunitha_cts
Tue Jan 08, 2013 11:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple instance
Replies: 3
Views: 2342

Hi,

The tables do not have BLOB data type and i have tested the generic job by enabling run column propagtion to load single table .

But multiple tables need to be loaded using the same generic job.

Please let me know your ideas on this.

Thanks
Sunitha
by sunitha_cts
Tue Jan 08, 2013 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple instance
Replies: 3
Views: 2342

multiple instance

HI,

I created a generic load job which loads source table into target table.
This job should loads mutiple source tables from one server into multiple tables in another server .

Please let me know how can this be achieved .

Thanks in advance.

Thanks
Sunitha
by sunitha_cts
Mon Dec 03, 2012 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata table laod ERROR
Replies: 3
Views: 4239

Thanks William,


I had used a modify stage stage to do this it worked .

Thanks
Sunitha
by sunitha_cts
Fri Nov 30, 2012 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata table laod ERROR
Replies: 3
Views: 4239

Teradata table laod ERROR

Hi All, I'm trying to use a CCD stage to capture the delta data loaded. The design is 2 teradata connector stages connected to CCD stage and the target stage is teradata connector stage. I'm unable to eliminate the change_code column from the preceding stage. the records are loaded till the last lin...
by sunitha_cts
Fri Jun 08, 2012 1:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: migration DS code to Grid
Replies: 4
Views: 2945

Thanks Paul,

What are the impacts on Datastage jobs if we move to Grid.

Thanks
Sunitha
by sunitha_cts
Thu Jun 07, 2012 11:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: migration DS code to Grid
Replies: 4
Views: 2945

migration DS code to Grid

Hi All,

We are planning to migrate our DS code to Grid.
Please let me know the changes to be done in DS Jobs if we migrate to Grid.

Thanks
Sunitha
by sunitha_cts
Tue Feb 07, 2012 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to implement
Replies: 8
Views: 3684

Hi Ray,

We have got the scramble algorithm.

Thanks
Sunitha
by sunitha_cts
Tue Feb 07, 2012 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to implement
Replies: 8
Views: 3684

Hi Ray,

We are using DS 7x parallel jobs for our developemnet.

Could you advice me on this.

Thanks
Sunitha
by sunitha_cts
Tue Feb 07, 2012 2:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to implement
Replies: 8
Views: 3684

Hi,
The numeric input has to masked .
No bussiness logics applied.

Thanks
Sunitha
by sunitha_cts
Tue Feb 07, 2012 12:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to implement
Replies: 8
Views: 3684

Logic to implement

Hi, I have a requirement in the below manner. I need to mask some values in 18 byte data sent to me . The value is read in 1byte to 9 byte . Few values need to be masked the data extracted is numeric but after masking they result in numeric and non numeric values. req 123456789 output 1M3AXSD89 Coul...
by sunitha_cts
Sun Jan 09, 2011 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NO MORE SPOOL SPACE IN PROJECT
Replies: 1
Views: 3250

NO MORE SPOOL SPACE IN PROJECT

Hi, When loading data from dataset TO teradata stage we could see the following error no more spool space in project. table exists:failed on query :lock row access select count (*) from database. Table does not exist ,cannot use truncate mode. cannot prepare target table. appreciate your help on this.
by sunitha_cts
Tue Dec 21, 2010 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: table dropping
Replies: 0
Views: 1087

table dropping

Hi , we are loading some records from a dataset to a teradata stage. At this point of time temp tables are created in teradata. The job design is dataset ->transformer->teradatastage(write mode is truncate). but the issue is job aborting and table dropped when data is loaded into the tablename1. The...