Search found 320 matches

by mydsworld
Thu Sep 10, 2009 10:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling DBCS/CJK characters
Replies: 12
Views: 6110

I dont know from which system data was generated. I got the data in xls over e-mail. When I open the xls, I can view those Chinese character.

Code page used in host conversion program is IBM-1386,code page in Excel is GB 2312.
by mydsworld
Thu Sep 10, 2009 10:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling DBCS/CJK characters
Replies: 12
Views: 6110

I dont know from which system data was generated. I got the data in xls over e-mail. When I open the xls, I can view those Chinese character.

Code page used in host conversion program is IBM-1386,code page in Excel is GB 2312.
by mydsworld
Thu Sep 10, 2009 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling DBCS/CJK characters
Replies: 12
Views: 6110

Handling DBCS/CJK characters

I am having trouble in viewing file with CJK characters. Please let me know the following : 1. I am able to view the Chinese character in local text editor.In which mode should I FTP the file to DS server (ascii/binary). 2. DS env is NLS enabled. In the DS job, am using Seq file stage to read the fi...
by mydsworld
Wed Sep 09, 2009 8:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Multiple lines into single line
Replies: 4
Views: 1386

Converting Multiple lines into single line

I have a column with longvarchar type that stores data in multiple lines. Please let me know how do I convert that into a single line.

Thanks.
by mydsworld
Mon Sep 07, 2009 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling XML Repetitions
Replies: 0
Views: 548

Handling XML Repetitions

I have the following data as input to XML Output stage. customer division city acme toys boston acme toys new york acme chemical boston acme chemical new york 1st column : /customer/@name 2nd column : /customer/division/text() 3rd column : /customer/city/text() My intention is to get XML output like...
by mydsworld
Sun Aug 23, 2009 11:31 am
Forum: IBM QualityStage
Topic: Standardization of Chinese address
Replies: 5
Views: 3437

Standardization of Chinese address

I am facing the following problem. I am getting Chinese data written in English character and I need to apply Chinese address rules on it.However the rule files for China in QS seems to be written in Chinese character.

So, how do I standardize such data.
by mydsworld
Thu May 21, 2009 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data type conversion
Replies: 4
Views: 1822

Actually am trying to convert timestamp to Integer, so am having the following as string : Trim(Oconv(Date(),"D-YMD[4,2,2]"),"-","a") : Trim(Oconv(Time(),"MTS"),":","a") eg 20090521162367 I need to convert it to Integer or Bigint Please adv...
by mydsworld
Thu May 21, 2009 1:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data type conversion
Replies: 4
Views: 1822

Data type conversion

What is the function to convert a STRING type to Integer in server job or in BASUC Transformer.
by mydsworld
Tue Apr 28, 2009 11:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing rejects from database
Replies: 1
Views: 908

Capturing rejects from database

I need to populate (insert,upsert) some DB2 table.But DB2 API stage doesn't have the option of having Reject links. So, can that be done by ODBC Ent stage. If yes, how.
by mydsworld
Wed Apr 15, 2009 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with ODBC Connector stage
Replies: 0
Views: 561

Problem with ODBC Connector stage

I can create a job with ODBC Enterprise stage to extract from a database table. However, the job does not work with ODBC Connector stage (with same table & column). Though I can test the connection within it successfully but trying to view the data gives the following error : An exception occure...
by mydsworld
Wed Apr 15, 2009 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Surrogate Key stage
Replies: 0
Views: 551

Using Surrogate Key stage

My requirement is to create huge No. of Surrogate keys with stat file. Please let me know the job design. Shd it be something like : 1. Surrogate key stage only - create a stat file 2. <Input stage> -> SKG stage -> <Output stage> what will be the option like generate from last SK value. what is the ...
by mydsworld
Tue Apr 07, 2009 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Time manipulation
Replies: 3
Views: 1292

Date Time manipulation

I have in my input fields such as Update Date and Time. I would like to add 6 hrs 30 min to that to get a new date and time. How to do the transformation.
Thanks.
by mydsworld
Fri Mar 20, 2009 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem using Surrogate Key generator stage
Replies: 3
Views: 1147

I have used database sequence in the surrogate key stage and able to get its value through NEXTVAL also.It seems the sequenec values are getting advanced but somehow the values are not written into target Seq file stage.
by mydsworld
Thu Mar 19, 2009 7:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem using Surrogate Key generator stage
Replies: 3
Views: 1147

Problem using Surrogate Key generator stage

I am using a Surrogate Key generator stage with database sequence (TESTSCHEMA.TESTSEQ). Row Gen -> Surr Key Gen -> Seq file The sequence get exhuasted, but Seq file shows output surrogate key field generated with all 0 values. I dbout the data type is not correct (chosen as BigInt Unsigned). Please ...
by mydsworld
Sun Feb 01, 2009 5:24 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Column Analysis Error
Replies: 3
Views: 3354

Column Analysis Error

I am getting the following error while doing Column analysis.

aborted.manual verify of the px job RT_ABC is needednull

Can not run the column analysis on the whole table, will get the above error for some field or the other.

Please advise.