Search found 719 matches

by karthi_gana
Thu Sep 13, 2012 1:37 am
Forum: General
Topic: ETL Rule based engine
Replies: 3
Views: 1811

ETL Rule based engine

All, I have searched about this topic and found the below one which is saying datastage is very strong in 'T' and also datastage is not that much strong in Rule based. This discussion happened 7 or 8 years back. But the things are changed now. we are in Datastage 8.7 version. How about the latest ve...
by karthi_gana
Wed Sep 12, 2012 9:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IN , CASE Clause in FILTER stage
Replies: 11
Views: 9475

I used Transofrmer and Constrait to do this. It works fine. But i just wanted to check is it possible to do in FILTER.
by karthi_gana
Wed Sep 12, 2012 4:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IN , CASE Clause in FILTER stage
Replies: 11
Views: 9475

IN , CASE Clause in FILTER stage

All, I have a requirement. We will receive country code as input to the input parameter. Based on that i have to amend some more country code. say for example, If i receive country code 'EU', i have to check like below EU = GB, DE, EU I have a dataset with country code column. If the input parameter...
by karthi_gana
Tue Sep 11, 2012 8:51 pm
Forum: General
Topic: value files
Replies: 2
Views: 5600

value files

All, I have read about value files here. I can't get the extact usage of value files. Do we need to create the value files manually? IF yes, a) Do we need to enter the path of that file name? b) what is the format of that file? I have both parameters and value files in my parameter set. which one wi...
by karthi_gana
Mon Sep 10, 2012 8:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WE8ISO8859P1 vs AL32UTF8 vs UTF-8
Replies: 2
Views: 5377

WE8ISO8859P1 vs AL32UTF8 vs UTF-8

All, We are using 18 databases for our project. Datastage job will load the data into ORACLE. The NLS setting in datastage side is UTF-8. Background: In the datastage job, we are using ODBC stage to load the data into ORACLE. we used NVARCHAR in 8 version. We recently migrated datastage from 8 to 8....
by karthi_gana
Thu Sep 06, 2012 2:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two BLANKS are equal ?
Replies: 1
Views: 797

Two BLANKS are equal ?

All, I am facing some strange issue in Datastage 8.5. When I compare two 'BLANK' i.e string only. it is always returning false. say for example, (If isnull(LkpEmp_Src_Fld) then 'BLANK' else Emp_Src_Fld ) dataset---->Transformer ----------------------->Lookup stage -------> dataset ('BLANK' --> Emp_S...
by karthi_gana
Thu Aug 30, 2012 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NullToEmpty() & Len() --> Combination !
Replies: 4
Views: 5824

NullToEmpty() & Len() --> Combination !

All, We are using Datastage 8.5 version. I am working on this version for the last 2 months. I have seen/faced many issue with NULL handling stuff in this version. I just wanted to share something here. My Code: NullToEmpty(Lnk1.Code) --> StageVar1 If Len(StagVar1) > 0 Then '1' Else '2' ->StageVar2 ...
by karthi_gana
Thu Aug 30, 2012 6:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Stage
Replies: 3
Views: 1538

ShaneMuir wrote:What is your left link? If multiple inputs have the same column names only the column from the left link is available for mapping.
You are right. I used the same name :wink:
After changing the name, I can see it.
by karthi_gana
Thu Aug 30, 2012 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Stage
Replies: 3
Views: 1538

Join Stage

All, My job design is as below file1 --> File2 --> Join (Left outer join = File 3) --> Remove duplicates --> File File3 --> I have added new column in both file1 & file 2. But it is not at all displaying in the Join stage "Mapping" - Output table. why? Even I re-compiled the job. But i...
by karthi_gana
Thu Aug 09, 2012 2:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partital Data Load
Replies: 11
Views: 6715

LoadId={aborted run}


I am not getting this.

Do you mean LoadId <> 1 or is null?

can you give some more options to do the same?
by karthi_gana
Wed Aug 08, 2012 12:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partital Data Load
Replies: 11
Views: 6715

Could you explain it in detail? it would be helpful , if you explain it with simple job design for both the method.
by karthi_gana
Wed Aug 08, 2012 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partital Data Load
Replies: 11
Views: 6715

chulett wrote:How have you been answering this question in all those interviews?
nope :)
by karthi_gana
Tue Aug 07, 2012 8:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partital Data Load
Replies: 11
Views: 6715

Partital Data Load

All,

I am facing this question in almost all the interview.

question is :

seqfile --> transformer --> odbc

seqfile = 10000 records

The job failed after loading 5000 records. how to load only the remaining records?

what is the proper way to handle this? we are using 8.1 and 8.5.
by karthi_gana
Tue Aug 07, 2012 8:17 pm
Forum: General
Topic: Skip Jobs in Sequencer
Replies: 5
Views: 2529

Skip Jobs in Sequencer

All, my sequencer job is used to call the parallel jobs based on the previous jobs status. i.e. RUNOK or RUNWARNING. JobActivity1 --> JobActivity2--> JobActivity3 --> JobActivity4 ---> JobActivity5 -->JobActivity6 is it possible to skip any job from the sequencer? say for example, i don't want to ru...