Search found 162 matches

by laknar
Fri Mar 13, 2009 12:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Startloop and Endloop activity.
Replies: 5
Views: 2789

start loop activity will check for single row in a file(delimited)i.e 1,2,3
here i have to pass Number as One Parameter
Filename as Another Parameter.

In the file it contains multiple rows
how can i extract each row(two column Values) one by one in loop
by laknar
Thu Mar 12, 2009 11:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Startloop and Endloop activity.
Replies: 5
Views: 2789

Startloop and Endloop activity.

i have a job to write the below values to a file(delimited)

Number,Filename
1,File1.txt
2,File2.txt
3,File3.txt

How can i extract and pass the values into Startloop and Endloop activity.
do i need nested loop for this?
Please suggest me.
by laknar
Mon Feb 09, 2009 9:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: eliminationg the function call 'left_substring'. Use default
Replies: 3
Views: 1660

inputcolumn=+0000089.00

left(abc.inputcolumn,10)
by laknar
Mon Feb 09, 2009 3:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: eliminationg the function call 'left_substring'. Use default
Replies: 3
Views: 1660

eliminationg the function call 'left_substring'. Use default

im reading from sequential file where the amount column starts from position 1-10 and immediately followed by space. +0000040.00 so im reading as 11 bytes from source and doing left function to take only amount. when im reading im getting the below message. Numeric string expected for returned value...
by laknar
Fri Jan 30, 2009 12:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Requirement to filter first run to generate following days
Replies: 5
Views: 2408

next load we need to flow into target.
if we reject in the first load and the next day also will get reject.
by laknar
Thu Jan 29, 2009 10:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Requirement to filter first run to generate following days
Replies: 5
Views: 2408

Hi,

First run is the Initial load the records should not flow into the target.
for the next load records has to flow into target.
by laknar
Thu Jan 29, 2009 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Requirement to filter first run to generate following days
Replies: 5
Views: 2408

Requirement to filter first run to generate following days

i have a attribute called code.

if the code is 1 then filter for the first run.
from the next run if the code is 1 then we have to flow to the target.
by laknar
Fri Jan 09, 2009 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV error
Replies: 9
Views: 3660

definitely there will be source issue.
please check the source file
try to split the files and load.
by laknar
Mon Dec 29, 2008 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX routine to pick the previously stored value in seq. file
Replies: 6
Views: 2038

have a user variable activity and declare a variable

extract the date value from file

Make sure before user variable stage use exec command stage to display the value from file
by laknar
Fri Dec 26, 2008 4:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Amount Column as a key in Lookup File Set
Replies: 12
Views: 3897

i splited the records those which are joining and processed.
the records are getting joined.

e.g.
12 25.00 name
12 35.00 name1

when the above records process with other records the records not getting joined.it contains thousands of records.

e.g

code

12 25.00 name
15 34.00 name
15 44.00 name
by laknar
Thu Dec 25, 2008 5:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Amount Column as a key in Lookup File Set
Replies: 12
Views: 3897

i have convert the amount column as CHAR(Amount) in query.
but the records are not matching.
by laknar
Sat Dec 20, 2008 11:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using trim
Replies: 7
Views: 3283

try this
Trim(Expresion,'-','A')
by laknar
Sat Dec 20, 2008 1:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inconsistent job performance
Replies: 7
Views: 3849

what about database is this the same DB or different.

If so please check the database level performance regarding reindex and indexes in tables which you are using and compare.
by laknar
Sat Dec 20, 2008 12:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not accepting NULLS while using IsValid or NUM functions
Replies: 7
Views: 1945

first for null values first and then go for NUM Function

If IsNull(Columnname) then setnull() Else ......
by laknar
Fri Dec 19, 2008 11:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer stage after sort in DB2 Stage
Replies: 1
Views: 672

Transformer stage after sort in DB2 Stage

I have sort in DB2 Stage and after DB2 stage im using Transformer stage
the doubt is, will the same sort order retain in Transformer stage.
If not how can i retain the same sort from start to end

DB2stage----Transformer---Look Upstage----Transformer------Dataset