Search found 4 matches

by Surya
Tue Jun 05, 2007 11:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need function for converting binary number to decimal
Replies: 1
Views: 869

Need function for converting binary number to decimal

Hi all, I have a requirement to prepare binary number from the input then convert it into decimal and sent it to database. I m trying to implement this logic in buildop stage. I read that buildop stage supports c++ programming, but here when I am trying to use atoi() function for converting binary n...
by Surya
Tue Jun 05, 2007 10:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to capture error messages in DB2 API Stage
Replies: 7
Views: 8956

Re: Unable to capture error messages in DB2 API Stage

Hi, Finally after searching a lot in Basic manual I was able to find workaround for this problem. It can be done with only one after job routine. After job routine will capture the current run log messages and abort the job if it finds SQL code in it. Matchfield and Match are the functions which wil...
by Surya
Mon May 21, 2007 2:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to capture error messages in DB2 API Stage
Replies: 7
Views: 8956

Welcome aboard. Do you mean something like "treat warnings as fatal"? I don't think this exists in the DB2 API stage. Is there some reason you're not using the DB2 Enterprise stage? ... Hi Ray, Job has to update table that resides on mainframe host, so we cannot use enterprise stage to co...
by Surya
Fri May 18, 2007 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to capture error messages in DB2 API Stage
Replies: 7
Views: 8956

Unable to capture error messages in DB2 API Stage

Hi all, I am having a problem with DB2 API stage. I searched the forum could not find solution for it. Here is the job. Seq file --> Copy Stage --> DB2 API (update) Job is reading from a flat file and updating the records in DB2 table. Here DB2 errors are getting captured as warnings instead of fata...