Search found 152 matches

by nani0907
Mon Mar 01, 2010 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage
Replies: 7
Views: 4087

this can be done using the muti insert staement .so give the parent table first and then child .and handle rejetcts too.
by nani0907
Mon Mar 01, 2010 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Invalid Julian day
Replies: 5
Views: 21070

hello,

convert in correct format .You have ''2050-12-31' .but while conveting it into StringToDate(Ln_To_TRF.CHABIM,"%yyyy%mm%dd") .It should bas as StringToDate(Ln_To_TRF.CHABIM,"%yyyy-%mm-%dd") .

Check format correctly
by nani0907
Mon Feb 08, 2010 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to zip files using datastage
Replies: 4
Views: 6205

hi ,
thanks for your reply. Could you please elaborate on this
by nani0907
Mon Feb 08, 2010 10:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to zip files using datastage
Replies: 4
Views: 6205

How to zip files using datastage

Hi All,

Could any body let me know how to use the Zip command in Execute Activity stage .My requirement is that in a particular directiry i have two files say sample_Abc.txt and other is sample_def.txt .
by nani0907
Fri Jan 08, 2010 6:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to export message Handler from one project to Other
Replies: 7
Views: 12078

one option is to set in manually in other environment . other one is to export the .msg file of current environment to other .refer documention for more info
by nani0907
Fri Jan 08, 2010 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert date values with timezone to dd-mm-yyyy forma
Replies: 4
Views: 2982

you should check step by step.First remove all the -,'/' and bring it to one format i.e DDMMYYYY,then convert the also DMMYYYY using stage varible .After that do a date validation to check whether it is a valid date or not.
by nani0907
Fri Jan 08, 2010 5:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to export message Handler from one project to Other
Replies: 7
Views: 12078

hi,

when you create a message handler for a job,it automatically imports along with your .dsx file
by nani0907
Fri Jan 08, 2010 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to export message Handler from one project to Other
Replies: 7
Views: 12078

hi,

when you create a message handler for a job,it automatically imports along with your .dsx file
by nani0907
Fri Jan 08, 2010 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter to After-job subroutine
Replies: 1
Views: 1081

yes we can pass it after job sub routine also.
by nani0907
Fri Jan 08, 2010 4:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can we list out all the jobs present in a DataStage Proj
Replies: 12
Views: 4559

here is the command line prompt to get list of JObs.

dsjob -ljobs <Project NAME>
by nani0907
Mon Jan 04, 2010 6:55 am
Forum: General
Topic: "ustring[max=50]" to result type "string[max=
Replies: 6
Views: 12975

have you tried by declaring the data type as NVarchar.i guess this error is due to special characters in that particular column value.
by nani0907
Mon Jan 04, 2010 5:24 am
Forum: General
Topic: "ustring[max=50]" to result type "string[max=
Replies: 6
Views: 12975

hello,

use the data type as Nvarchar.
by nani0907
Wed Dec 30, 2009 1:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: special characters handling
Replies: 4
Views: 3755

hi,

give a try by taking datatype as Nvarchar without defining length.Hope it will work
by nani0907
Wed Dec 30, 2009 1:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge stage
Replies: 3
Views: 1644

Merge stage

Hi All,

Is there any option for retreiving multiple records based on key values in merge stage.In lookup we can do it ,by selecting muliple row option.Please throw some ligth on this whether it is possible for merge stage also

Thanks in advance
by nani0907
Tue Dec 29, 2009 12:18 am
Forum: General
Topic: Partitioning Technique for Change Capture Stage
Replies: 3
Views: 1940

it would be the hash partioning based on the keys .Try this