Search found 63 matches

by siauchun84
Wed Dec 02, 2015 12:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: efficient string manipulation question
Replies: 3
Views: 3100

I will suggest you to use the QualityStage to perform that as you can customize the pattern as you wish.
by siauchun84
Wed Dec 02, 2015 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error in DS 11.3 version
Replies: 5
Views: 5302

What is the C++ compiler version you used in the Production and UAT environment?
by siauchun84
Mon Sep 15, 2014 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on calculate transaction history
Replies: 7
Views: 4048

Hi all, thanks for the suggestion. I manage to solve it using the DataStage.
I use the transformer loop to populate all amount into a lists with delimiter, then use field inside the second transformer loop to calculate the sum. Thanks you very much for all the clue.
by siauchun84
Sun Sep 14, 2014 6:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on calculate transaction history
Replies: 7
Views: 4048

Thanks all for the input. Sorry for the confusion chullet, the last row is the sum of the amount for the past 7 days only. I have sort the record by customer and transaction date but still no idea how to do a sum for only pass 7 records. This is just one of the scenario and I also have the similar t...
by siauchun84
Sat Sep 13, 2014 5:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on calculate transaction history
Replies: 7
Views: 4048

Need help on calculate transaction history

Hi all I have the following request: CUST TX_DT TX_AMT TOTAL_TX_AMT_LST_7_DAYS C1 01-Jan-14 50 50 C1 02-Jan-14 10 60 C1 03-Jan-14 11 71 C1 04-Jan-14 15 86 C1 05-Jan-14 10 96 C1 06-Jan-14 14 110 C1 07-Jan-14 10 120 C1 08-Jan-14 11 81 C1 09-Jan-14 13 84 The last column need to generate per transaction...
by siauchun84
Fri Jul 12, 2013 3:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2: A connection failed but has been re-established
Replies: 2
Views: 2460

Information limited.

1. DS Server has DB2 installed?
2. What is the result of client connectivity from DS server to DB2 (without through DS)?
by siauchun84
Wed Feb 27, 2013 2:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Issue
Replies: 7
Views: 4926

Out of memory for the stage variable, what is the heapsize value?
by siauchun84
Wed Feb 27, 2013 2:05 am
Forum: General
Topic: Failed to connect to Information Server Engine (80011)
Replies: 3
Views: 8726

Have you tried telnet 9080 from your client to the server?
by siauchun84
Mon Jul 25, 2011 10:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NEW TO DATASTAGE(SCENARIO HELP)
Replies: 9
Views: 5309

Have you tried IsNull(DSLink8.State_desc) for the link DSLink8.State_desc = " "?
by siauchun84
Wed Jun 29, 2011 1:34 am
Forum: General
Topic: DS8.5 Post Installation Steps
Replies: 5
Views: 4049

What is the URL you entered that causing you received the HTTP 404 not found?
by siauchun84
Wed May 25, 2011 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup issue with blank column
Replies: 3
Views: 2325

Hi Ray Sorry for the confusion, it was zero-length string (""). In the reference file, we have assigned a location ID for the "" value. Whenever the input records have "" value, it will get that assigned location ID for it. This terminology was working fine when in Serv...
by siauchun84
Tue May 24, 2011 12:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup issue with blank column
Replies: 3
Views: 2325

Lookup issue with blank column

Hi I have a job with a Lookup stage which will lookup for the location ID from a reference file. When my input is "" (blank), it cannot retrieved the location ID which assigned for the value of the "" (blank). Anyone face this before and any solution for it? Please advice. Thanks.
by siauchun84
Tue Feb 08, 2011 3:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in compiling Parallel Transformer
Replies: 1
Views: 3407

Error in compiling Parallel Transformer

Hi all I am trying to install the InformationServer v8.5 into the zLinux box. I have finished the installation but when trying to compile a test job with row generator -> transformer -> peek, i got the following error: Output from transformer compilation follows: ##I IIS-DSEE-TFCN-00001 16:54:20(000...
by siauchun84
Mon Dec 13, 2010 4:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborting
Replies: 2
Views: 2671

Validate your configuration node then you might get some message from there.
by siauchun84
Mon Dec 13, 2010 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate key generator using an Oracle sequence
Replies: 1
Views: 3318

You are not allowed to change the data type within the Surrogate key generator. The key generated will be in uint64 and you might need a transformer/modify to change the unicode integer to the normal integer.