Search found 138 matches

by sreddy
Mon Apr 12, 2010 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mainframe DB2 connection problem
Replies: 5
Views: 8136

Thank you Hulett

For the debug purpose. i ran the separate job only particular piece DB2 source table with same SQL script write in to seq file . This is working fine.

Why specifically creating problems when i ran whole job.



Thanks
SReddy
by sreddy
Mon Apr 12, 2010 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mainframe DB2 connection problem
Replies: 5
Views: 8136

Thank Ray Here is the DB2 Admin reply: You are getting below error message. DSNT408I SQLCODE = -514, ERROR: THE CURSOR SQL_CURSH200C4 IS NOT IN A PREPARED STATE DSNT418I SQLSTATE = 26501 SQLSTATE RETURN CODE DSNT415I SQLERRP = DSNXERT2 SQL PROCEDURE DETECTING ERROR Explanation: The application progr...
by sreddy
Wed Apr 07, 2010 2:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mainframe DB2 connection problem
Replies: 5
Views: 8136

Mainframe DB2 connection problem

Hi My job is aborted due to blew mentioned problem. MF_READ_VNR_LVW,0: Fatal Error: Fatal: [IBM][CLI Driver] SQL0902C A system error (reason code = "18") occurred. Subsequent SQL statements cannot be processed. SQLSTATE=58005 [IBM][CLI Driver] SQL30081N A communication error has been detec...
by sreddy
Mon Mar 22, 2010 2:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trim the data leading zero
Replies: 11
Views: 7783

No coversion

same in the source. trim is not working.

000000001
by sreddy
Mon Mar 22, 2010 2:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trim the data leading zero
Replies: 11
Views: 7783

trim the data leading zero

Hi My source data is like this. 000000001 000008753 000026843 000000084 I need the out put data as 1 8753 26843 84 i want to trim leading 0 . how can i do it. At present i am applying the trim like this, it is not working. Lnk1.VEND_NUM = Trim(Lnk1.VEND_NUM, "0", "F") Please corr...
by sreddy
Mon Mar 22, 2010 11:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup stage problem
Replies: 5
Views: 2130

Source1 : Sequential File contains two columns ( A, B ) -- Reference Data Source2 : DB2 Table contains 4 columns ( A1,B1,C1,D1 ) Lookup: Source.A = Source1.A1 ( Condition Not Met : Continue Lookup Failure : Reject ) Source1 : Integer type data 67219 -- Reference Data Source2 : Char type data contain...
by sreddy
Mon Mar 22, 2010 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup stage problem
Replies: 5
Views: 2130

Thank you Ray I tried by enabling Multiple rows returend from link . Still i am getting same. I tried the same job using Join stage. But data is same. --------------------------------- 69613---1---0003---4---14 69613---1---0006---8---14 69613---1---0007---6---14 Please help me what i have to do. Tha...
by sreddy
Fri Mar 19, 2010 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Stage -- job running almost 4 hrs.
Replies: 1
Views: 1692

ODBC Stage -- job running almost 4 hrs.

Hi I have job like this Source1: ODBC stage extracting data . Reference: ODBC Stage feching some data. LookuStage: Condition Not met: Fail Lookup Failure: Drop Target: ODBC Stage ( Deleting records out put from source after lookup ) Job is running almost 4 hrs. I run the job first on 4 node system. ...
by sreddy
Thu Mar 18, 2010 11:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup stage problem
Replies: 5
Views: 2130

lookup stage problem

Hi I have a job like this. Source1 : Sequential File contains two columns ( A, B ) Source2 : DB2 Table contains 4 columns ( A1,B1,C1,D1 ) Lookup: Source.A = Source1.A1 ( Condition Not Met : Continue Lookup Failure : Reject ) Source1 : Integer type data 67219 Source2 : Char type data contains Numbers...
by sreddy
Tue Mar 16, 2010 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting string to number
Replies: 16
Views: 5870

Thank you Hulett Below is the warning. Still job is running. Lkp_VEN: When checking operator: On output data set 0: When binding output schema variable "outputData": When binding output interface field "LAWSON_VEND_NUM" to field "LAWSON_VEND_NUM": Implicit conversion fr...
by sreddy
Tue Mar 16, 2010 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting string to number
Replies: 16
Views: 5870

Can you please send me your version of conversion script.

StringtoDecimal()

source is char 000000001

first Trim the zeros from source data with that result we have to convert the data according to lookup data type integer.

i am waiting for your reply.

Thanks
SReddy
by sreddy
Tue Mar 16, 2010 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting string to number
Replies: 16
Views: 5870

Thank you both of you

My source data is in Char data type just like below format ( 9 characters)
000000001
000000012
000000120
that is why i used Trim the Zeros.

But my lookup data is integer data type
87654
98653
34765

Help me with related function script StringtoDecimal()

Thanks
SReddy
by sreddy
Mon Mar 15, 2010 11:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting string to number
Replies: 16
Views: 5870

Job status is Abort.

Can you please check below conversion.

StringToDecimal(In_VEN_Ven.LAWSON_VEND_NUM,'Trim(In_VEN_Ven.LAWSON_VEND_NUM, "0", "F")')
by sreddy
Mon Mar 15, 2010 11:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting string to number
Replies: 16
Views: 5870

Thank you Hulett

Can you check this convertion.

StringToDecimal(In_VEN_Ven.LAWSON_VEND_NUM,'Trim(In_VEN_Ven.LAWSON_VEND_NUM, "0", "F")')

When i used this job is aborting.
by sreddy
Mon Mar 15, 2010 9:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting string to number
Replies: 16
Views: 5870

Converting string to number

Hi My source is Char and lookup data is Integer. I am getting below warning while i am runnig. Every thing is fine. Lkp_VEN,0: When binding input interface field "LAWSON_VEND_NUM" to field "LAWSON_VEND_NUM": Implicit conversion from source type "string[9]" to result typ...