Search found 53 matches

by anandkumarm
Thu Jan 27, 2005 2:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we see a Job's Code
Replies: 4
Views: 2052

Can we see a Job's Code

Hi,

Can we see a DataStage Job's Basic code?. I understand that we can see a Job sequence's code in the Job control, but is there any way in which we can see Basic code for a Job.

Thanks,
Anand.
by anandkumarm
Wed Aug 11, 2004 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String to Numeric Conversion
Replies: 1
Views: 1561

String to Numeric Conversion

Hi All, In on of the postings I found the follwing solution mentioned for converting the String to Integer in Data Stage Server Canvas "Code: If Num(inlink.column) Then Iconv(inlink.column,"MD0") Else 0 The Iconv function will remove thousands delimiters and currency symbol. It will a...
by anandkumarm
Mon Aug 02, 2004 1:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tera Data APT_TeraSync Error
Replies: 11
Views: 9424

Thanks every one for the replies
by anandkumarm
Thu Jul 01, 2004 10:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tera Data APT_TeraSync Error
Replies: 11
Views: 9424

Tera Data APT_TeraSync Error

Hi All,

When I am using teradata enterprise stage in PX. I am getting the following error

Fatal Error: APT_TeraSync: Could not create operator Sync Table.

Operating Sytem is Sun Solaris and we are using DataStage 7.1. Any help is appreciated.

Regards,
Anand.
by anandkumarm
Wed Jun 23, 2004 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convertion of date DB2
Replies: 7
Views: 4427

Re: convertion of date DB2

Hello, I start under PX. I must extract from the data of a base DB2 with dates and stored in a dataset of which the structure is the same one as the table. The problem is compared to the dates. How then I convertr a date db2 my date : 12965 (2003-06-30) I want : 2003-06-06 or 12965 (2003-06-30) whe...
by anandkumarm
Tue Jun 15, 2004 6:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ Compiler for PX
Replies: 6
Views: 5348

Please do report back whether that fixes your problem. You can help the next person who bumps into that problem. 8) Hi All, We were finally able to solve the problem. There were two problems one was the SUNWhea pacakge which has to be installed with Solaris for the compiler to be able to look for t...
by anandkumarm
Wed Jun 09, 2004 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ Compiler for PX
Replies: 6
Views: 5348

Re: C++ Compiler for PX

Anand, We have the APT_COMPILER and LINKER set to the standard SunPro C++ Compiler. We had the same error and there was a patch to be applied. Contact Ascential. Also if you look at your error message "/appl/Ascential/DataStage/PXEngine/include/apt_util/rtti.h:7:21: strings.h: No such file or ...
by anandkumarm
Thu Jun 03, 2004 5:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ Compiler for PX
Replies: 6
Views: 5348

C++ Compiler for PX

Hi, In my company DataStage 7.0 is installed and I am having problem with compiling the transformer in a parallel job. All the stages in Server job are working fine but when I try to compile the parallel job it shows the following errors ##E TBLD 000000 17:13:01(000) <main_program> Error when checki...