Search found 14 matches

by naveed.zuber
Thu Nov 06, 2014 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Double-byte to Single-byte string/character conversion
Replies: 2
Views: 3404

Double-byte to Single-byte string/character conversion

Please suggest a way to convert double-byte string to single byte string in DataStage. This conversion is required to match the data with the existing data in DB2 Ex: BMW(Double byte string) to BMW(Signle byte string) Source is CSV file DataStage version 8.7 DB2 Unix Please let us know in case of an...
by naveed.zuber
Mon Nov 03, 2014 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check valid decimal and Integer fields in DataStage.
Replies: 3
Views: 4031

Check valid decimal and Integer fields in DataStage.

Will you please help on below requirements: Check valid decimal and Integer fields in DataStage,reject if not valid. Some special charaters are getting Decimal fields from source(XML),we would like to populate valid decimal data into database and capture in valid data into file/table. Source:XML fil...
by naveed.zuber
Sat Sep 13, 2014 2:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 table data load issue through DataStage(8.7) job
Replies: 6
Views: 2826

Thanks Eric.
Yes checked outside the DataStage environment also character looks '?'.
by naveed.zuber
Fri Sep 12, 2014 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 table data load issue through DataStage(8.7) job
Replies: 6
Views: 2826

yes,both source and target are unicode characterset.
by naveed.zuber
Fri Sep 12, 2014 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 table data load issue through DataStage(8.7) job
Replies: 6
Views: 2826

Thanks Craig!
Characterset used in UNICODE.
Please let me know in case of further questions.
by naveed.zuber
Fri Sep 12, 2014 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 table data load issue through DataStage(8.7) job
Replies: 6
Views: 2826

DB2 table data load issue through DataStage(8.7) job

Please share your inputs on the issue. INPUT: CSV file SOURCE COLUMN A =V671U050117 (VARCHAR 50) SOURCE COLUMN B=21 (VARCHAR 20) OUTPUT Derivation: TARGET COLUMN X (VARCHAR 256) =SOURCE COLUMN A : '_' : SOURCE COLUMN B Expected OUTPUT:DB2 table V671U050117_21 ACTUAL OUTPUT: V671U050117?21 _ is loadi...
by naveed.zuber
Thu Sep 04, 2014 10:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calculate BIRTH DATE from AGE
Replies: 7
Views: 4594

Yes this is stupid requirement from Customer.
Thanks Atul for your help.

Below transformation function working for me.
DateOffsetByComponents(%basedate%,%yearoffset%,%monthoffset%,%dayoffset%)

DateOffsetByComponents(CurrentDate(),-1*INPUTFIELD,0,0)
by naveed.zuber
Thu Sep 04, 2014 4:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calculate BIRTH DATE from AGE
Replies: 7
Views: 4594

Calculate BIRTH DATE from AGE

Please help with below requirement-

Transformer stage below field needs to derive-

BIRTH DATE=CurrentDate() - AGE

Ex:AGE is 38.
BIRTH DATE is DATE field.
by naveed.zuber
Wed Aug 20, 2014 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 table data insert Issue
Replies: 1
Views: 1473

DB2 table data insert Issue

Please provide your suggestions for below issue in DataStage 8.7 Seq File --->Transformations --->DB2 stage Input:CSV file 5968485627(looks in both sequential file stage and Unix) Output:DB2 table Actual: 5?9?6?8?4?8?5?6?2?7(looks in the DB2 connector stage) Expected: 5968485627 Datatype of both the...
by naveed.zuber
Wed Jul 23, 2014 5:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Japanese data insert issue in DB2 table through DataStage
Replies: 1
Views: 1414

Japanese data insert issue in DB2 table through DataStage

Source data(CSV) 自動車搭傷保険料 Target DB2 table: ??R??d?P?Oz?e Junk data inserting into DB2 table through DataStage 8.7 NLS used is SHIFT_JIS Job design: Seq file -->Tranformer -->DB2 Stage Where do you see the problem is? What are all the possible ways to fix the issue Kindly share your suggestions.
by naveed.zuber
Sun Jul 20, 2014 4:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Japanese .xlsx data handling in DatStage 8.7
Replies: 10
Views: 6003

The CSV file created by someone else.
I have been updated that the CSV enabled for Japanese characters created under unicode.
Your previous post seems to be premium content which it couldn't see completely.
What are the options available now? Please suggest.
by naveed.zuber
Thu Jul 17, 2014 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Japanese .xlsx data handling in DatStage 8.7
Replies: 10
Views: 6003

Thanks Ray!

Converted XLSX to CSV and the CSV enabled to support Japanese charaters.
Now after moving CSV file from Windows to Unix,same CSV file showing Junk characters inplace of Japanese.
Tried with both Binay and ASCII mode of transfer from SSH Tectia File transfer.
Kindly suggest.
by naveed.zuber
Wed Jul 16, 2014 4:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Japanese .xlsx data handling in DatStage 8.7
Replies: 10
Views: 6003

Japanese .xlsx data handling in DatStage 8.7

Facing issue in reading Japanese data in .xlsx format.
Tried to convert .xlsx to .csv,csv file converting Japanese charaters to ?????

What are the options available read/process the .xlsx(Japanese) data in DatStage 8.7(DB2 and Unix)

Please suggest.