Search found 9 matches

by suchit1983
Mon Dec 15, 2014 1:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Stage remapping error
Replies: 1
Views: 2430

XML Stage remapping error

I am using the XML Stage and it was working fine during my initial testing. I renamed my input and output links and accordingly changed the mapping in the Assembler. When I re-reran the job, I get the following error. Message bundle error Can't find resource for bundle com.ibm.e2.Bundle_E2_engine_ms...
by suchit1983
Sun Apr 06, 2008 7:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running Zipped File in DataStage
Replies: 7
Views: 7977

Running Zipped File in DataStage

Thanks a lot chulett. Its working fine now.
by suchit1983
Sun Apr 06, 2008 5:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running Zipped File in DataStage
Replies: 7
Views: 7977

Running Zipped File in DataStage

Hi, I tried the above suggested option. My job desgin is: External Source Stage --> Transformer --> Sequential File I used gunzip -c Test.gz command in External Source Stage. The log says data import is successful. In the sequential file. I am creating a Test1.dat and in the filter option, the comma...
by suchit1983
Sun Apr 06, 2008 12:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running Zipped File in DataStage
Replies: 7
Views: 7977

Running Zipped File in DataStage

Hi, I have a source file Test.gz(Zipped File). I need to do some transformations and put it in another file Test1.gz. How i achieve this? The file is in UNIX server and i need to read it from DataStage. Can i use External Source and External Target stages? What kind of programs can i write? Thanks, ...
by suchit1983
Sat Dec 01, 2007 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query regarding Filter Stage
Replies: 1
Views: 1126

Query regarding Filter Stage

Hi, Can we use BETWEEN in the where clause of a Filter Stage? I got the following error : Parse error: Expected between [field/literal] and [field/literal], got: between "CLM_CHK_DT" "(" Parse error: Expected boolean operator (and, or) got: "'01/01/0100'". My where clau...
by suchit1983
Sat Dec 01, 2007 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query regarding AsInteger function
Replies: 2
Views: 5301

Query regarding AsInteger function

Hi,

I have a input data Varchar(24) coming as 214584654200708086120001.
I need the output as Integer(24).

I tried using AsInteger function. But, the output is giving me a completely different number.

Please provide a solution for this....
by suchit1983
Sat Dec 01, 2007 12:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Padding Zero's to the left of an integer
Replies: 3
Views: 1728

Padding Zero's to the left of an integer

Hi,

How to pad zero's to the left of an integer?

I have 2 inputs Id1(Integer 21) and Id2(Integer 4)
I want the output as Id3(Integer 25)

Logic for Id3 : Concat Id1 and Id2

If Id2 = 24, my output should be Id1:0024
If Id2 = 235, my output should be Id1:0235

Please provide a approach for this.
by suchit1983
Fri Nov 30, 2007 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query regarding merge stage
Replies: 1
Views: 1223

Query regarding merge stage

Hi,

I am new to DataStage PX. I have a query regarding Merge stage.

What kind of join does it do? Is it a left outer join?