Search found 21 matches

by sathyak098
Thu Sep 12, 2013 3:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to reject older version of records
Replies: 10
Views: 4007

Hi,
Im using 8.5.
and, I do need to send older version of records to rejections which will be used by other process, hence I can not apply remove duplicates.

So, in this situation, do I need to use double sort stages?
by sathyak098
Tue Sep 10, 2013 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to reject older version of records
Replies: 10
Views: 4007

No. I will get duplicates based on 'Name'. I will not get duplication combination of 2 fields(name and version (or) name and timestamp)
by sathyak098
Tue Sep 10, 2013 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to reject older version of records
Replies: 10
Views: 4007

It is taking combination all 3 fields as a group. So for all the records I'm getting create key value '1'
by sathyak098
Tue Sep 10, 2013 5:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to reject older version of records
Replies: 10
Views: 4007

My job design is Table -----Sort-----File While extracting, in a query I added name in ascending, version and timestamp in descending. in sort stage, I applied hash partition and sort on 'Name'. And gave key as 'Name'. For a few records I got '1' for first record (which are max of version & time...
by sathyak098
Tue Sep 10, 2013 4:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to reject older version of records
Replies: 10
Views: 4007

How to reject older version of records

Hi, My input is like below. Name,Version_No,Timestamp,detail AAA,03,9/10/2013 03:51:57,qwer AAA,02,9/10/2013 02:40:17,rfgt AAA,04,9/10/2013 03:55:40,asdf1 BBB,01,9/9/2013 03:25:57,uyhj0 BBB,02,9/9/2013 03:51:45,wert CCC,02,9/9/2013 02:30:50,uyhj12 CCC,03,9/9/2013 02:35:40,uyhj23 I need to process th...
by sathyak098
Mon Jul 01, 2013 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to reject junk or unknown values
Replies: 5
Views: 2770

I was to told to omit the record if it has other than alphanumeric and speacial characters.
by sathyak098
Fri Jun 21, 2013 2:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to reject junk or unknown values
Replies: 5
Views: 2770

How to reject junk or unknown values

Hello, I have staging table of around 70 columns with the datatype CHAR. I'm not doing any validation and transformation before load to staging. So I can expect junk or unknown or unwanted values in almost all the columns. for eg., Date or integer field may contain alphanumeric values.Varchar field ...
by sathyak098
Wed Jun 19, 2013 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how many tables can be loaded using single job
Replies: 20
Views: 8747

Hi,
If possible, Could you be more specific?
by sathyak098
Wed Jun 19, 2013 3:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to identify older and new records from same file
Replies: 1
Views: 1375

how to identify older and new records from same file

Hi, I have a scenario in which I receive files on hourly basis. Sometimes I may receive file with data of mutiple hours.(ie., not only data of that hour alone, but also data of its previous hours). Data will be in ascending order ( I mean, data of old hours at first and data of latest hour at last )...
by sathyak098
Mon Jun 17, 2013 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to reject only junk values
Replies: 6
Views: 3338

Thanks Ray.
It worked. Double convert is the perfect technique. hence marking as resolved
by sathyak098
Mon Jun 17, 2013 5:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how many tables can be loaded using single job
Replies: 20
Views: 8747

Hi,

How will it work?. Because target Datasets have diff metatada
SURA wrote:If i would be in your position, i will create a master job which will do all the transformations for all the target tables and my final targetwill be dataset files. Then have on multiple instance job with RCP to load the data.
by sathyak098
Fri Jun 14, 2013 5:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how many tables can be loaded using single job
Replies: 20
Views: 8747

My job reads large file. I have a column from which I identify the type. Based on type, I segregate data in Transformer and taking 10 diff output links to target tables.
by sathyak098
Fri Jun 14, 2013 3:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how many tables can be loaded using single job
Replies: 20
Views: 8747

I do receive records not more than 10k(sometimes 0 records) per each table per run and table is going to be truncate and load. I need suggestion on which of below option is better.
1. To have all 10 tables load in single job
2. Design 10 individual jobs and run parallely
by sathyak098
Thu Jun 13, 2013 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how many tables can be loaded using single job
Replies: 20
Views: 8747

how many tables can be loaded using single job

Hello
Just need an idea on how many tables can be loaded using single job.
- Tables are independent
- Apprx. each table may receive records in thousands per run
- Only insert
In my case, I have source data which is of diff types which needs to be loaded in more than 10 tables based on type.
by sathyak098
Tue Jun 11, 2013 3:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Length mismatch
Replies: 6
Views: 3397

Its CHAR(5)