Search found 6797 matches

by DSguru2B
Wed Mar 07, 2007 11:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL data type 'BIT' not supported
Replies: 11
Views: 3643

In the sql. You can find the syntax by searching in google.
by DSguru2B
Wed Mar 07, 2007 11:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Subrecord to Varchar
Replies: 23
Views: 7262

Yes. The ones which are suffixed with an astrix (*) means you can send in a string. You can specify your input variable as char* and send it any length of record you like.
by DSguru2B
Wed Mar 07, 2007 11:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Subrecord to Varchar
Replies: 23
Views: 7262

Who said you cannot pass arguments to C routines that are pointer types? If you look at the Argument's tab while creating a px routine, you will find Input types as char * and int * etc.
by DSguru2B
Wed Mar 07, 2007 11:11 am
Forum: General
Topic: Delete from DB2 Table
Replies: 3
Views: 1402

Welcome Aboard :)
You can do this in any database stage in before/after sql tabs. The sql will be whatever works for you.
by DSguru2B
Wed Mar 07, 2007 11:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert Null values into Oracle date column
Replies: 12
Views: 8705

You can insert a null value. Do an explicit check with IsNull() and then SetNull() if its a nullable column. If its not then your requirements will state what to specify if null is encountered, specify that as null_value in the extended properties. It can also be specified using NullToValue() in tra...
by DSguru2B
Wed Mar 07, 2007 10:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL data type 'BIT' not supported
Replies: 11
Views: 3643

Did you try binary?
Also try doing a CAST statement in your target sql and see if that helps.
by DSguru2B
Wed Mar 07, 2007 10:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduler User info
Replies: 5
Views: 1024

Same here, have no idea whats going to be on windows. Your system admin should be able to help you with that.
by DSguru2B
Wed Mar 07, 2007 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: it is possible to remove the duplicares using sort stage?
Replies: 7
Views: 1200

Well it might be one of those days when you hear that something can be done with a particular stage. But the information was'nt comple as to on what animal. I clarified that :wink:
by DSguru2B
Wed Mar 07, 2007 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ routine
Replies: 12
Views: 3626

Strange. Contact your system admin to get this resolved. Its in your usr/bin. You should be able to invoke it :?
by DSguru2B
Wed Mar 07, 2007 10:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is the meaning of allow multiple instances?
Replies: 7
Views: 7350

I stand corrected. Your right, mult-threading is processed by a single control where as multiple instance is synonymous to making clones. Great example Ken.
by DSguru2B
Wed Mar 07, 2007 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ routine
Replies: 12
Views: 3626

How are you compiling it. You need to compile it by using xlC_r. Remember its case sensitive.
by DSguru2B
Wed Mar 07, 2007 9:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ routine
Replies: 12
Views: 3626

Check the path of APT_COMPILER in your datastage administrator. This env. variable holds the path to your compiler.
by DSguru2B
Wed Mar 07, 2007 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Director job monitoring warning message
Replies: 4
Views: 1410

Did you recently stop and start the DS Engine? If yes then you need to explicity start the JobMon by issueing "./jobmoninit" command. Thats how it works on unix. I am assuming the same is true for windows.
by DSguru2B
Wed Mar 07, 2007 9:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reject row capturing
Replies: 17
Views: 5119

You know Craig, this is a real bummer. I hope they fix this in the next release. There has to be a workaround for it.