Search found 27 matches

by gvstrao
Thu Mar 18, 2010 12:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with ABS and MOD Function in Parallel Extender Job
Replies: 17
Views: 15493

Issue with ABS and MOD Function in Parallel Extender Job

Hi Everyone, When I am tring to apply the MOD function , Its removing decimal spaces . Can anyone hellp me in this. EX: Source Data ( X = -12.90 ) Expected Data = 5.43 The Given Logic should be apply in my job : -------------------------------------------------- ABS(X) MOD 7.47 ---------------------...
by gvstrao
Wed Feb 10, 2010 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Conversion from EBCDIC to HEXADECIMAL
Replies: 4
Views: 2635

What values can you expect in the source FIELD-1? If just the digits 1-10 then a simple transform IF-THEN-ELSE construct would do the trick. Also, must this be a parallel job, it would be an almost tr ... Hi ArndW, I may get any kind of data from source file , not only numberics. what I posted in m...
by gvstrao
Wed Feb 10, 2010 10:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Conversion from EBCDIC to HEXADECIMAL
Replies: 4
Views: 2635

Data Conversion from EBCDIC to HEXADECIMAL

Hi All, Here I had question , I have an FLAT FILE as SOURCE and DB2 as Target , DB2 field names and data types FILED-1 CHAR 10 No BIT FIELD-2 CHAR 10 No BIT When I am inserting data into DB2 I need to insert the data as HEXIDECIMAL DATA. EX : ----- SOURCE(EBCDIC) =========== TARGET(HEXA-DECIMAL) ---...
by gvstrao
Tue Jan 12, 2010 11:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IDoc Extract stage failure in design time
Replies: 1
Views: 1893

We are also facing similar kind of issue, any body who faced this issue and resolved it.

Thanks
by gvstrao
Wed Jan 07, 2009 1:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to create header and footer in Flat file
Replies: 1
Views: 1405

how to create header and footer in Flat file

I need to create header and footer in the Sequential file and XML (target files) from the source DB like DB2. Please, let me know the process of doing it. Also I would appreciate if you can help me the error handling techniques to deal when we use sequential and XML files as a source and DB2 as Targ...
by gvstrao
Thu Oct 16, 2008 2:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: not showing preview data
Replies: 1
Views: 2840

not showing preview data

Hi, I am runing parrale job, my source is orcale , it's not showing preveiw data. it's showing this error. could u tell me wt is the reson. thanks gvr ##I TFCN 000001 17:13:12(000) <main_program> Ascential DataStage(tm) Enterprise Edition 7.5 Copyright (c) 2004, 1997-2004 Ascential Software Corporat...
by gvstrao
Wed Jan 30, 2008 12:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Like statement in transformer Version 8
Replies: 1
Views: 1401

Like statement in transformer Version 8

Hi all,
I didn't find MATCH Function in version 8. could any one help me

thank you
gvstrao
by gvstrao
Sat Jan 19, 2008 5:40 pm
Forum: IBM QualityStage
Topic: Record Investigation
Replies: 1
Views: 1484

Record Investigation

Hi ,

I am new to Quality Stage, I want to know

How Can We Categorize the records on the source file for Investigation.

Can we do investigation on the whole record in a single source file.

Can anyone help me in this.

GVSTRAO
by gvstrao
Fri Aug 17, 2007 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Convert String to Date in PX
Replies: 3
Views: 1908

Thanks Everyone

JoshGeorge, Your logic is working fine for me.

Thank you
Regards

GVSTRAO
by gvstrao
Wed Aug 15, 2007 4:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Convert String to Date in PX
Replies: 3
Views: 1908

How to Convert String to Date in PX

Hi Everyone, I am using Flat file as a source, DB2 as a target stages in PX. I am getting the date data as given below. SOURCE = > 1/30/2006 12:00:00 AM I need the data like given below. How can I make out this. Could anyone help me to fix this. TARGET => 2006-01-30 Thanks in advance. GVSTRAO
by gvstrao
Thu Apr 19, 2007 4:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hungarian data Convertion
Replies: 2
Views: 1566

Hungarian data Convertion

Hi Eveyone,

I am extracting the Hungarian data from DB2 server. Data looks like the given below.

György
Richárd
Balázs
István
Zoltán

How can I convert this data to English language.

Could anyone help me in this.

Thank you,
Regards

GVSTRAO
by gvstrao
Wed Mar 21, 2007 7:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SAP IDOC Problem
Replies: 0
Views: 888

SAP IDOC Problem

Hi, When Iam running an SAP IDOC load job Iam getting an warning and Error saying that Warning : Doc_Load_PACK_for_SAP_R_3_5,0: trc file: "/home/dsadm/Ascential/DataStage/DSSAPConnections/RFC_TRACE/CPICTRC49824", trc level: 1, release: "640" Fatal Error : IDoc_Load_PACK_for_SAP_R...
by gvstrao
Mon Mar 19, 2007 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Filter certain Date values
Replies: 13
Views: 5241

Hi , Thanks for the reply. I tried to convert the date from varchar to date in transformer using String to Date function . String to Date ( Employee_Hire Date , "%yyyy-%mm-%dd") but Iam getting warnings and I got warning as Transformer_13,0: Conversion error calling conversion routine date...