Search found 33 matches

by harikumar
Sat Jul 03, 2010 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delimiter
Replies: 8
Views: 3488

delimiter

my oracle table data is
ename
sri<>rama<>krishna

i want to do delete <> before load the data into source sequentialfile.
by harikumar
Sat Jul 03, 2010 5:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: row split
Replies: 1
Views: 1024

row split

i have data source side like
ename
xxxxxxxxxx


i want to display target side

ename ename1 ename2
xx x xxxxxxx
by harikumar
Tue Jun 29, 2010 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: genrate sequence number
Replies: 1
Views: 857

genrate sequence number

how to genrate sequencenumber using transformerstage only?
by harikumar
Mon Jun 28, 2010 10:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using transfomer or modify
Replies: 3
Views: 2055

using transfomer or modify

i have source like this
date
02-06-2010
05-01-2010
23-09-2010


i want to transform target side like this
date
2-6-2010
5-1-2010
23-9-2010
by harikumar
Mon Jun 28, 2010 10:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert 12hrs as a 24hrs
Replies: 6
Views: 2758

convert 12hrs as a 24hrs

i have source like
balance,drawtime
20000, 8.30
50000,10.20
3000,4.00

i want target like this
balance,drawtime
20000, 20.30
50000,22.20
3000,16.00
by harikumar
Mon Jun 28, 2010 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to do this
Replies: 4
Views: 1346

anbu wrote:How do you calculate column? Is it based on Empno?

requirement like that
i have also same doubt
by harikumar
Mon Jun 28, 2010 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: even records one target,odd number records one target
Replies: 9
Views: 7596

even records one target,odd number records one target

i have source like
deptno,sal
1,2000
2,3000
3,4000
1,2300
4,5000
5,1100

i want target like

target1
deptno,sal
1,2000
3,4000
4,5000

target2
2,3000
1,2300
5,1100


with out using transformerstage
by harikumar
Mon Jun 28, 2010 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to do this
Replies: 4
Views: 1346

how to do this

i have source file like
empno,ename
10, aa
20, dd
30, bb
10, cc
40, kk
30, jj

i want to target like this
empno,ename,column
10, aa 2
20, dd 1
30, bb 2
10, cc 2
40, kk 1
30, jj 2
by harikumar
Thu Jun 24, 2010 2:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to read selected rows using sequential file
Replies: 8
Views: 3399

how to read selected rows using sequential file

i have data like

table
empno ename
10 sri
20 rama
10 hari
20 krishna


i want to read only empno 10 by using sequential file
by harikumar
Wed Jun 23, 2010 1:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: hi how to do duplicate one target and distinct values one ta
Replies: 3
Views: 1161

hi how to do duplicate one target and distinct values one ta

hi i have table(source) like empno ename 10 a 20 b 10 c 30 d 20 g 30 h i want to do output like target1 empno ename 10 a 20 b 30 d target2 empno ename 10 c 20 g 30 h
by harikumar
Thu May 20, 2010 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how get output selected records
Replies: 2
Views: 924

how get output selected records

hi i have two tables like X and Y tableA sno,hiredate 1,1-1-2010 1,1-1-2010 1,4-2-2009 1,4-2-2009 tableB sno,hiredate 1,1-1-2010 1,1-1-2010 i want to display output like this ------------ 1,4-2-2009 1,4-2-2009 ( these two records only) Thanks&Regards venkat i
by harikumar
Thu May 20, 2010 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: which stage is best usefull for this
Replies: 1
Views: 624

which stage is best usefull for this

hi i have two tables like emp1,emp2
emp1
1
2
3
4
5

emp2
1
2
3


i want output 4 and 5 records only


Thanks&Regards
venkat
by harikumar
Sat Apr 24, 2010 12:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how we implement scd types?
Replies: 0
Views: 558

how we implement scd types?

hi
plz give reply for this if possible with diagram.