Search found 185 matches

by Developer9
Fri Dec 20, 2013 11:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector Error.. having duplicate values for the index
Replies: 6
Views: 4410

Hi MT,

Yes.I created only Primary keys for this table. (with TSPACE 32K).

Table has 230 columns and defined with 9keys. But out of 230 columns I am updating only few columns

I will post if any other information

Thanks
by Developer9
Thu Dec 19, 2013 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector Error.. having duplicate values for the index
Replies: 6
Views: 4410

Hi,

I got the following results ..when I execute the above Query

Code: Select all

INDNAME=SQL131106162530000
INDSCHEMA=SYSIBM
Last week I was able to insert one record to the table with no issues but today I got the error when I re-run the job.

I am looking into this issue and will give more details

Thank you
by Developer9
Wed Dec 04, 2013 1:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector Error.. having duplicate values for the index
Replies: 6
Views: 4410

Hi Chulett, The target table "SCHEMA.TABLE" has zero records. Table Action selected as "Append" Before SQL used=For Deletion of Existing Data Also I used Remove Duplicate stage to remove the duplicates before writing to target table. I hope this information is appropriate Thanks ...
by Developer9
Wed Dec 04, 2013 12:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector Error.. having duplicate values for the index
Replies: 6
Views: 4410

DB2 Connector Error.. having duplicate values for the index

Hi, I have a job scenario,where in I am inserting data into a table( INSERT STATEMENT) also I am using DELETE statement as BEFORE SQL. Getting the following error: DB2_XXXX: SQLExecute reported: SQLSTATE = 23505: Native Error Code = -803: Msg = [IBM][CLI Driver][DB2/AIX64] SQL0803N One or more value...
by Developer9
Tue Nov 05, 2013 3:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get previous row value using stage variables
Replies: 2
Views: 2339

Thank you ray for the logic..It worked for me. Here is my output from the stagevariables based on the following order : svNewPreviousSalary <---- svPreviousSalary svPreviousSalary <---- InLink.salary EID Salary svNewPreviousSalary svPreviousSalary 100 1000 null 1000 200 1500 1000 1500 300 2000 1500 ...
by Developer9
Sun Nov 03, 2013 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get previous row value using stage variables
Replies: 2
Views: 2339

How to get previous row value using stage variables

Hello Everybody, I have a requirement to generate previous row value where first record should populate null . Input : Emp_ID salary 100 1000 200 1500 300 2000 Output: Emp_ID salary Previous_Salary 100 1000 NULL 200 1500 1000 300 2000 1500 I guess this can be performed by writing staging variables t...
by Developer9
Wed Oct 23, 2013 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformation Stage Problem with Column Names
Replies: 3
Views: 3254

Re: Transformation Stage Problem with Column Names

Welcome Aboard As new to the Designer (Datastage) ..I would suggest to follow the help documentation for each stage (here Transformer stage) while working with stages . While editing the column derivation ,Right click on it then we see a option to insert "Input column" Ex:DSLink12.Entry No...
by Developer9
Wed Oct 23, 2013 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Functions in datastage
Replies: 7
Views: 2661

I was able to check the position of A's with my expression ..may be I need little more research before responding :?
Thanks
by Developer9
Tue Oct 22, 2013 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Functions in datastage
Replies: 7
Views: 2661

Index(InLink.TheColumn,"AAAA",1) Above Expression gives the position as 2 . This record can be captured as reject reject record if we check for occurrences whether Zero's or not (All Non-Zero values) Let me be clear with the requirement. If the column from the file has data NSAAAAI then t...
by Developer9
Tue Oct 22, 2013 1:25 pm
Forum: General
Topic: Parameter Limit in Job Activities?
Replies: 12
Views: 6354

Observed the similar scenario: I have master sequencer"SEQMaster" calls sub-sequencer "SQ001" After I remove the parameter ($SAP_param) from the sequencer SQ001 and ran the master sequencer SEQMaster : I got below message : SEQMaster..JobControl (@SQ001): Controller problem: Erro...
by Developer9
Tue Oct 22, 2013 9:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Len function issues in VARCHAR columns
Replies: 7
Views: 3305

Hi,

Tried with this statement

If (Len(Trim(InputColumn)) = 5 Or Len(Trim(InputColumn)) = 6) Then 1 Else InputColumn=0

Have Constraints in the transformer (InputColumn=0 OR 1) to verify the output

Thanks.
by Developer9
Thu Apr 19, 2012 1:13 pm
Forum: General
Topic: ETL/DataStage Processes ..Health care Industry ???
Replies: 15
Views: 9150

kduke wrote:I think it is very wise to plan a long term strategy like what industry you want to work in and what products you want to tie yourself to.
Thanks a lot everyone for the valuable suggestions :)
by Developer9
Mon Apr 09, 2012 3:12 pm
Forum: General
Topic: ETL/DataStage Processes ..Health care Industry ???
Replies: 15
Views: 9150

Thank you Ray,

It makes sense to me that understanding the data (metadata)is some thing different for different domains .. and as an ETL Developer role, the processing on the data is based on business requirements ..
by Developer9
Mon Apr 09, 2012 1:19 pm
Forum: General
Topic: ETL/DataStage Processes ..Health care Industry ???
Replies: 15
Views: 9150

Thanks Paul
:)

I am looking at a technical point of view of data or methodologies ???
by Developer9
Mon Apr 09, 2012 11:58 am
Forum: General
Topic: ETL/DataStage Processes ..Health care Industry ???
Replies: 15
Views: 9150

ETL/DataStage Processes ..Health care Industry ???

Hello Everyone,

Currently I thought of shifting to my domain Banking to Health care industry

Code: Select all

Environment :DataStage Enterprise edition(8.1),Oracle,UNIX 

Can you please share your thoughts or suggestions about the Health care industry ETL Processes ??