Search found 8 matches

by jaideepbakre
Mon Jul 07, 2008 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DecimalToString conversion
Replies: 4
Views: 4190

HI,
Use AsInteger() function in the transformer stage.
I guess you will get 1 as the output.
by jaideepbakre
Wed Jun 25, 2008 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting nulls after lookup stage even after key column match
Replies: 3
Views: 1624

Getting nulls after lookup stage even after key column match

I have an Oracle stage with only one column ID(Decimal 15) and i am looking up on ID in another Oracle stage with 3 columns ID(decimal 15), DATE(decimal 15) and DW_ID(decimal 15). Then the data is loaded into the target table. The lookup has no condition and the lookup failure condition is set to DR...
by jaideepbakre
Mon Apr 21, 2008 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: to convert the date format from yyyy-mm-dd to dd/mm/yyyy
Replies: 3
Views: 1809

to convert the date format from yyyy-mm-dd to dd/mm/yyyy

I have a string (20080301) which i convert to 2008-03-01 using StringToDate function in the transformer stage.
i want the output in the format 01/03/2008
by jaideepbakre
Mon Feb 04, 2008 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After job subroutine not executing after job runs in DS
Replies: 3
Views: 1320

I am specifying absolute paths and not just the file/script name. For ex. :/prop/llb/tng/bin/ECS_SPLITTER/ECS_Employer_File_Splitter.sh is the path for the script secified in the Input value box after selecting Exec SH from the after subroutine drop down list. Also in the UNIX script i have used abs...
by jaideepbakre
Mon Feb 04, 2008 5:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After job subroutine not executing after job runs in DS
Replies: 3
Views: 1320

After job subroutine not executing after job runs in DS

I have a script in the after job subroutine in Job Properties. The path given is correct.I have used Exec SH option from the drop down list. Even then when the job finishes the script is not getting executed, but when i run it in UNIX it runs successfully. What might be the solution to this? I am ge...
by jaideepbakre
Mon Feb 04, 2008 3:52 am
Forum: General
Topic: After job subroutine not executing after job runs in DS
Replies: 1
Views: 1282

After job subroutine not executing after job runs in DS

I have a script in the after job subroutine in Job Properties. The path given is correct. Even then when the job finishes the script is not getting executed, but when i run it in UNIX it runs successfully. What might be the solution to this?
by jaideepbakre
Thu Jun 21, 2007 2:16 am
Forum: General
Topic: SIGSEGV Error
Replies: 3
Views: 2222

I meant to say that 1 column in the input is to be divided into 3 columns in the output in a transformer stage.Even if i remove AsInteger i am getting data related warnings.I think i should put some default values and check. The next stage is a funnel and then i am populating a DataSet and DB2 table.
by jaideepbakre
Thu Jun 21, 2007 12:32 am
Forum: General
Topic: SIGSEGV Error
Replies: 3
Views: 2222

SIGSEGV Error

In a transformer i am trying to divide the input column (DECIMAL) into three otput columns(INTEGER). I am using AsInteger(linkname.colname) but getting an error as 'Operator terminated abnormally: received signal SIGSEGV'. Can anyone help me out?