Search found 41 matches

by arasan
Sun Apr 16, 2006 11:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: performance of hashed file
Replies: 4
Views: 1715

Re: performance of hashed file

uses a hashing algorithm for distributing records in one or more groups on disk

arasan
by arasan
Sun Apr 16, 2006 11:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: incorrect values in Stage variables
Replies: 9
Views: 2863

Re: incorrect values in Stage variables

If u want to remove blank spaces just u can use covert char function that can help u to remove blank spaces.just try this function

convert(char '000',' ' "inputcol")
by arasan
Sun Apr 16, 2006 11:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to stop a running job.
Replies: 7
Views: 2322

Re: how to stop a running job.

In DS director u got a option called clean up resources click that u can able be kill the process of the specific job.i hope this will work.

Thanks & Regards
Arasan
by arasan
Thu Feb 09, 2006 2:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the exact reference between Informatica&DataStag
Replies: 4
Views: 1158

What is the exact reference between Informatica&DataStag

Hi Please Refer to me What is the exact reference between Informatica&DataStage.
by arasan
Wed Jan 04, 2006 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: split file based on condition
Replies: 5
Views: 1614

split file based on condition

seqfile>>>>>>>>>transformer>>>>>seqfile (source) (target) for example: step1: i have n number of records in source i want to split 999 records and send that to one file. step2: in the second file i want the end of record of first file +next 998 records in the second file.(now the second file should ...
by arasan
Wed Jan 04, 2006 12:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: modify stage
Replies: 2
Views: 894

modify stage

my input is 1980/06/02 (sequential file)
output should be 1980-06-02 (sequential file)

i know that this could be done uning transformer can any body suggest me how it can be implemented using modify stage.

give the syntax for this if you know.
by arasan
Tue Jan 03, 2006 10:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: diffrence between joiner and lookup
Replies: 7
Views: 4069

diffrence between joiner and lookup

can any one explain me what is the difference between joiner and lookup
and when we can use lookup and when we can use joiner.
by arasan
Tue Jan 03, 2006 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to convert string to int in modifystage
Replies: 4
Views: 3762

how to convert string to int in modifystage

required syntax to covert string to integer using modifystage
by arasan
Fri Dec 30, 2005 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to add two input time columns
Replies: 3
Views: 1498

how to add two input time columns

how to add 2 input time columns

for example:

input A ----- 200408160545
YYMMDDHHSS (YEAR/MONTH/HOUR/SEC)
+
input B ------ 0030(HOUR/SS)

OUTPUT SHOULD BE IN THS FORMAT: 200408160615