Search found 4 matches

by manikumar
Thu Aug 05, 2010 1:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal
Replies: 3
Views: 1593

Decimal

Hi,

i have an input seq file
i have input like this

column1
----------
2.49558695
6.766
9.18347580
3.495
2.494020

the column datatype is decimal

the out put like this
column1
--------
.495
.766
.183
.495
.494
by manikumar
Wed Aug 04, 2010 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RE:handle alphanumeric values
Replies: 5
Views: 2451

Re: RE:handle alphanumeric values

Thanks for responding .can u give me a syntax of entire function i know convert function.but i am not getting in this scenario how to use conver().
by manikumar
Tue Aug 03, 2010 11:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RE:handle alphanumeric values
Replies: 5
Views: 2451

RE:handle alphanumeric values

i have a input
col
----
aa123
34bbb
567kk

i want two output like
output1
col
----
aa
bbb
kk

and second output like
col
----
123
34
567
by manikumar
Tue Jul 27, 2010 11:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I subtract two dates in a Parallel JOB?
Replies: 5
Views: 3821

dayssincefromdate

anbu wrote:date1 and date2 are two parameters to the function

Code: Select all

DaysSinceFromDate(date2, date1)

Before answering question see once.dont give wrong answers.how to subtract dates using dayssincefromdate .once u go through the syntax