Search found 719 matches

by karthi_gana
Fri Jun 01, 2012 8:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: .rhost file location
Replies: 17
Views: 8678

.rhost file location

Hi All, I have installed datastage 7.5x2 on windows 7 ultimate OS. I have desig ned my first job as below. seqfile ---> filter ---> seqfile when i click 'view data' in sequential file....i am getting the below error message. ---------------------------------------------------------------------------...
by karthi_gana
Wed May 30, 2012 8:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handle_null()
Replies: 7
Views: 3132

I didn't include this property. Thats why we are using "Modify" stage. right?
by karthi_gana
Wed May 30, 2012 11:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handle_null()
Replies: 7
Views: 3132

any more inputs?


my file is as below.


10,aaa,5000
20,,6000
30,ccc,
40,www,

i just saw only empty space. Actualli i gave like handle_null(sal,0). but i didn't see 0. for ename i gave like handle_null(ename,'null'). i didn't see 'null'.

10,aaa,5000
20,null,6000
30,ccc,0
40,www,0
by karthi_gana
Tue May 29, 2012 9:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handle_null()
Replies: 7
Views: 3132

if i give -128 what value will be applied for ename and sal columns. I mean i have declared nullable = no for those two columns. what about 10000000 ? what value will be applied if i use it? i am not getting this. handle_null is equivalent to isnull() function (sqlserver, sybase) ? shall i give hand...
by karthi_gana
Tue May 29, 2012 12:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handle_null()
Replies: 7
Views: 3132

handle_null()

I have designed a simple job as below. Seq File --> Modify --> Seq_File Seq File : eno int not null ename varchar(25) null sal decimal(16,8) null my task is to change these fields from "Null" to "Not Null". So i just used modify stage with specification = handle_null(ename,'') &a...
by karthi_gana
Tue May 29, 2012 11:56 am
Forum: General
Topic: Datastage 7.5 installation + uvregen issue
Replies: 1
Views: 1321

Datastage 7.5 installation + uvregen issue

Hi All, One of my friend tried to install Datastage 7.5 on windows 7 OS. While installing datastage server, he got the below error message. Installation failed.... check uvregen_output.log file. Content of Log file as below: -------------------------------------------------------------- Command = uv...
by karthi_gana
Wed Apr 25, 2012 7:40 pm
Forum: General
Topic: Datastage Salary in Singapore
Replies: 4
Views: 2672

Re: Datastage Salary in Singapore

thanks... any more inputs?
by karthi_gana
Wed Apr 25, 2012 6:32 am
Forum: General
Topic: Datastage Salary in Singapore
Replies: 4
Views: 2672

Datastage Salary in Singapore

All,

One of my friend got the offer in singapore for $5,500 SGD (per month).

How was the datastage market in singapore?

Is the above amount is upto the market or not?

He has around 6+ years of experience in Datastage.
by karthi_gana
Mon Apr 09, 2012 1:26 am
Forum: General
Topic: Fact vs Dimension
Replies: 10
Views: 3980

Dimension table must be loaded first and then the fact table should be loaded.

Ref:

http://www.information-management.com/i ... gination=1

Am I correct?
by karthi_gana
Wed Apr 04, 2012 7:43 am
Forum: General
Topic: Fact vs Dimension
Replies: 10
Views: 3980

Re: Fact vs Dimension

SURA wrote:So what do you think?

FACT / DIM ?

DS User
Fact table ? I'm sorry..i am unable to fit this concepts in my projects. i have created lot of jobs..though :(..i am little bit weak on this topic. I might have implemented this topic in my jobs without knowing them.
by karthi_gana
Tue Apr 03, 2012 11:05 pm
Forum: General
Topic: Audit Check & Balance Layer
Replies: 5
Views: 2406

Hi Kim,
I wrote a canned solution to audit ETL and it is included with EtlStats.
http://www.duke-consulting.com/DataStage_Tips.htm

can you tell me will it work on 8.1 version too?
by karthi_gana
Tue Apr 03, 2012 10:54 pm
Forum: General
Topic: Fact vs Dimension
Replies: 10
Views: 3980

Fact vs Dimension

All,

Which table data will be loaded first?
how many keys can be created for Fact table?
how many keys can be created for Dimension table?

Yes...This is the interview questions...one of my friend recently faced the above questions.
by karthi_gana
Thu Mar 29, 2012 2:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator + Partition
Replies: 12
Views: 11229

The interesting part which i noticed was... i can see three symbols -> means sequential to sequential => <No idea> <> means sequential to parallel (Note, I gathered the meaning for the two symbols from my previous post) is the above meanings are correct? is there any other symbol used in SCORE? wher...
by karthi_gana
Thu Mar 29, 2012 2:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator + Partition
Replies: 12
Views: 11229

RowGen = Hash Partitioner (sequential Row_Generator_0) eOther(APT_HashPartitioner { key={ value=KEY_1, subArgs={ asc } }, key={ value=KEY_2, subArgs={ asc } It uses 2 keys. Sort = Unable to find })<>eCollectAny op1[2p] (parallel Sort_2)} ds1: {op1[2p] (parallel Sort_2) Don't see any word before <>eC...
by karthi_gana
Wed Mar 28, 2012 5:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Understanding SCORE
Replies: 3
Views: 2831

Understanding SCORE

All, I have two set of SCORE for a given job. Seq File --> Filter --> Dataset #1: For SeqFile --> Keep File partition = True For Dataset : --> Partition = Auto main_program: This step has 3 datasets: ds0: {op0[1p] (sequential Sequential_File_0) [pp] eSame->eCollectAny op1[1p] (parallel Filter_26)} d...