Search found 4 matches

by krishnuka123
Sat Jul 03, 2010 4:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date in oracle Timestamp in datastage
Replies: 4
Views: 4778

Should use : Given in below

Column SQL Type
Date VarChar


I believe it will work.
by krishnuka123
Wed Apr 21, 2010 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date dimension in data warehouse
Replies: 2
Views: 2089

Re: Date dimension in data warehouse

For date dimension, should write Procedure along with require attribute as per the business requirement. When you compile the job corresponding data will fetch form your database at run time. 8)
by krishnuka123
Wed Apr 21, 2010 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with creation of score file
Replies: 5
Views: 3801

Issue with creation of score file

Before run the job, Should check all permission are granted for file and Folder at UNIX level. 8)


/tmp folder has all 777 rights (owner is dsadm).
by krishnuka123
Wed Apr 21, 2010 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter Stage - Custom function
Replies: 4
Views: 4645

Mukesh

Should use transform stage in between flat file and filter stage and use below syntax. :lol:


Product_ID : If IsNull(product_id) then setNull() else trim(product_id)