Search found 33 matches

by harikumar
Thu Sep 22, 2011 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date conversion
Replies: 5
Views: 2946

date conversion

premupdate wrote:Have you tried OCONV function..
I have choosed mistakenly server edition but this prob related to parllel edition
by harikumar
Thu Sep 22, 2011 12:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date conversion
Replies: 5
Views: 2946

date conversion

Hi ,

I have source format like 1456(2007-10-01) and in target i want to populate date as 20071001.

I have gone through the search but i didn't.

Thanks,
Harikumar
by harikumar
Wed Jul 06, 2011 6:36 am
Forum: General
Topic: sequencer got aborted
Replies: 1
Views: 1439

sequencer got aborted

Hi
when I was tried to run sequencer its got aborted by following error.
will some one give idea.

SEQ_J_Date_FiscalDate..JobControl (@Routine_Activity_Min_Fiscal_Year): Controller problem: Unhandled failure (1998) encountered calling routine DSU.ReadParameterFile


Thanks,
Raju.
by harikumar
Mon Apr 25, 2011 10:48 pm
Forum: General
Topic: Server Routine
Replies: 1
Views: 1642

Server Routine

Hi In the existing sequencer error notification e-mail setuped the same for both aborts and data error .so I am getting same mail for both aborts and errors. Now I want to modify the existing code for getting different mails for abort and errors. like when ever job got aborted at that time i want to...
by harikumar
Fri Aug 27, 2010 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer stage problem
Replies: 7
Views: 4334

hi

anbu wrote:From your input sequnum=empno*2.

I dont see any odd numbers in your sequnum. Can you pl explain your requirement?
hi for the same table one of the case i want to genrate oddnumers like

empno,sal,sequnum
1,2000,1
2,4000,3
4,5000,5
3,6000,7
5,4500,9
6,3400,11 like this please tell me the logic
by harikumar
Thu Aug 26, 2010 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer stage problem
Replies: 7
Views: 4334

transformer stage problem

hi my source is like

empno,sal
1,2000
2,4000
4,5000
3,6000
5,4500
6,3400

target is like

empno,sal,sequnum
1,2000,2
2,4000,4
4,5000,6
3,6000,8
5,4500,10
6,3400,12

plz tell me the clear logic for generate evennumbers and oddnumbers using transformer stage(stagevariables)
by harikumar
Wed Aug 25, 2010 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can anybody tell me the logic
Replies: 3
Views: 1842

hi

ray.wurlod wrote:It's called a (horizontal) pivot, and you can achieve it using a Pivot stage. ...
by using pivotstage(horizantal) i am trying but i am unable to get the exact data what i am expected so please give correct answer
by harikumar
Wed Aug 25, 2010 3:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can anybody tell me the logic
Replies: 3
Views: 1842

can anybody tell me the logic

my source table is like

col1,col2,col3
1,x,y
2,a,b


i want target like

col1,col2
1,x
1,y
2,a
2,b
by harikumar
Sat Aug 14, 2010 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: empty file
Replies: 7
Views: 3808

empty file

hi
i my source table having 5 columns but target i want only empty file(with out columns) by using transformer
by harikumar
Sat Aug 07, 2010 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to capture the logdata
Replies: 3
Views: 1812

how to capture the logdata

i know the only by using Director but i want other than that
by harikumar
Sat Jul 31, 2010 4:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to solve this
Replies: 2
Views: 1658

how to solve this

the source table sal empno deptno sal 1 10 10,000 2 20 20,000 3 30 30,000 1 40 15,000 2 50 22,000 3 60 25,000 . . . . . . . . . . . . . . . . . . find the which employ having max(sal) in which deptno(output should be display all columns) target like this ---------- empno deptno sal 1 40 15,000 2 50 ...
by harikumar
Mon Jul 19, 2010 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to do
Replies: 9
Views: 3537

hi

to link1
111
222

to link2
111
333
by harikumar
Mon Jul 19, 2010 1:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to do
Replies: 9
Views: 3537

how to do

i have emp table like

empno
111
222
333

i have two target links

target link1
empno
111
222

target link2
empno
111
333

NOTE:without using switch AND filter stages
by harikumar
Fri Jul 09, 2010 4:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to do funnel in server edition
Replies: 6
Views: 3226

how to do funnel in server edition

how to do funnel in server edition
by harikumar
Fri Jul 09, 2010 12:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: find average salary
Replies: 8
Views: 4488

find average salary

i have source table like
empno,salary
10,1000
20,4000
30,5000
10,3000
30,5000
40,6000

i want to do find who are the employees having salary more than average salary

cal anybody tell how can we solve this using stages