Search found 74 matches

by ds_search2008
Fri Jun 05, 2009 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format - Log error - PX
Replies: 5
Views: 5814

Date format - Log error - PX

Dear Expert, I'm facing an issue while checking the date format in transformer stage. The date value from the input file is defined as Char[10] and the corresponding target datatype is Date. I'm checking the date format if "yyyy-mm-dd" otherwise I'm rejecting the rows. I have used the foll...
by ds_search2008
Mon May 04, 2009 3:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD-Wrong Date Value
Replies: 13
Views: 4482

Hello Craig, Thanks a lot for your time. Actually the problem is not resolved yet. Still I face the same issue. Sorry I'm helpless. Not sure what to do. That's why I closed this post. I apologize if I made any mistake. I checked the PX manual also. As per the developer's guide document Before data b...
by ds_search2008
Fri May 01, 2009 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD Type 2 - Issue with one column
Replies: 0
Views: 474

SCD Type 2 - Issue with one column

Hello all, In SCD Typ2 job where CDC stage is involved, I'm getting all the rows into insert and update path correctly. The issue is with the expiration date. The transformation is "In the update stream old expiration has to be updated in the target as oldExpiration_DT=DateFromDaysSince(-10,New...
by ds_search2008
Fri May 01, 2009 12:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD-Wrong Date Value
Replies: 13
Views: 4482

Kryt0n thanks a lot for your suggestion. However, I'm not getting the desired output. I changed one column in the target table. Also for the corresponding column in the source I have included new value in the source table. One more change I made to input table is the effective date. I tried to check...
by ds_search2008
Thu Apr 30, 2009 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD-Wrong Date Value
Replies: 13
Views: 4482

Dear experts, Now I understood, the real issue is with the join stage or funnel stage only. I tried different combinations of Join and funnel type. Join Type: (Inner, Left Outer, Right Outer and Full outer) Funnel Type: continuous, sequence and sort. I removed the join stage and funnel stage and tri...
by ds_search2008
Thu Apr 30, 2009 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD-Wrong Date Value
Replies: 13
Views: 4482

Kryt0n and vmcburney thanks a lot for your replies. Try writing your update stream to a sequential file and see what values it has. Then run your own check to see if a record exists with such ... I tried as per your suggestion and found that I can see only new records and the old records are missing...
by ds_search2008
Wed Apr 29, 2009 11:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD-Wrong Date Value
Replies: 13
Views: 4482

Bollinenik, Thanks a lot for your time and reply. Now my effective date column is loaded with correct data. However, my update DB2 stage is failing to update the Expiration date. I'm able to see the old and new data in the target table. However, the Expiration date is not getting updated as per the ...
by ds_search2008
Wed Apr 29, 2009 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD-Wrong Date Value
Replies: 13
Views: 4482

SCD-Wrong Date Value

Hello all, In one of the SCD jobs, I'm facing a new issue. I'm inserting the new version of rows and updating the previous version with expiration date value. Everything seems to be fine, except that the effective date column value is getting wrongly updated in database. Effective date column is dir...
by ds_search2008
Sat Apr 25, 2009 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To get different fields
Replies: 4
Views: 1629

Hello sureshreddy2009, Thanks a lot for your great suggestion. My job is working fine. :D Thanks again for your kind help. I wish to share one more point in connection with this soultion below: 1. I have deifined the required field in the Column Generator Stage. 2. In the OutPut page of this stage -...
by ds_search2008
Fri Apr 24, 2009 9:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To get different fields
Replies: 4
Views: 1629

ShaneMuir, thanks a lot for your time and reply. Actually I require these two source columns (CUST_NBR,TYP_CODE) in the middle (Links next to CDC stage) for other transformations. Therefore I'm trying to bring these two fields in the target DB2 stage (before path of CDC). Could anybody kindly correc...
by ds_search2008
Fri Apr 24, 2009 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To get different fields
Replies: 4
Views: 1629

To get different fields

Hello all, In one of my jobs the source table is defined with 27 columns and the target is defined with 25 columns. Both source and target metadata data exactly matches, except that the 2 columns (CUST_NBR,TYP_CODE) that are defined in source table are not there in the target. I'm doing a comparison...
by ds_search2008
Thu Apr 16, 2009 5:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Decimal Output
Replies: 8
Views: 2788

Thanks a lot Ray. Actually I tried using a stage variable as GetDcmlVal - Varchar 20 Stage Variable Derivation: Trim(Field(lnkinpData.ProdPriceX,',',1),'"') Output link derivation: StringToDecimal(GetDcmlVal) I'm getting the expected output. :) sbass1 - for your kind information iconv /ovonv fu...
by ds_search2008
Wed Apr 15, 2009 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Decimal Output
Replies: 8
Views: 2788

sbass1, I'm currently working on parallel jobs.
by ds_search2008
Wed Apr 15, 2009 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to supress the warning message generated for NULL fields
Replies: 12
Views: 10761

In the transformer stage use SetNull() against the corresponding null fields and in sequential stage Null Field Value should be set to '', meaning Null Field Value =''.

Regards
by ds_search2008
Wed Apr 15, 2009 3:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to supress the warning message generated for NULL fields
Replies: 12
Views: 10761

muralisankarr,

You can fix this by Nullable properties in the sequential file column tab. Meaning, in the column tab click on the number against the corresponding column "Edit Column Meta Data" window will open. Set the "Nullable" properties accordingly.

Regards