Search found 15603 matches

by ArndW
Thu Sep 13, 2012 5:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IN , CASE Clause in FILTER stage
Replies: 11
Views: 7811

Jerome, it wouldn't make sense for the filter to be quicker with smaller volumes; I'll take the Redbook entry at face value and admit that the transform stage will be faster than the filter stage. Since transforms are compiled into c++ routines they will be relatively quick at runtime, but the datat...
by ArndW
Thu Sep 13, 2012 4:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: In prodcution build how to failover datastage for testing
Replies: 1
Views: 824

What failover mechanism have you implemented in AIX and in your database - these determine what sort of failover you can do in DataStage.
by ArndW
Thu Sep 13, 2012 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IN , CASE Clause in FILTER stage
Replies: 11
Views: 7811

No, I do not think it is; the filter stage will be more efficient than putting a in transform stage with constraints.
by ArndW
Wed Sep 12, 2012 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pin 1 not initialized
Replies: 7
Views: 2037

Craig's link looks like a likely candidate for the error. "chmod -r" here we come...
by ArndW
Wed Sep 12, 2012 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: row counts
Replies: 4
Views: 1624

There are DataStage Server routines to let you get the number of rows passing through specific links, they require a bit of programming. You could also use scripts to search through the job log and parse out the appropriate values, that might be simpler. Which method you use depends upon what you wa...
by ArndW
Wed Sep 12, 2012 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pin 1 not initialized
Replies: 7
Views: 2037

I've not encountered anything like your error before.

If you create a test project and create a test job in that do you also get the same error in that project? If so, it might be worth thinking about biting the bullet and re-installing DataStage from scratch.
by ArndW
Wed Sep 12, 2012 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal value is out of range
Replies: 9
Views: 5327

Looks like you have hit on a limitation in the stage. Can you convert the decimal to a string prior to the SCD stage and see if that works?
by ArndW
Wed Sep 12, 2012 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pin 1 not initialized
Replies: 7
Views: 2037

Are the jobs that give this error job sequences or also normal server jobs?
by ArndW
Wed Sep 12, 2012 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Excel read returns NULL for dates
Replies: 7
Views: 3374

Can you see if that changes when you explicitly make strings in the cells, i.e. '="2012-09-12"'?
by ArndW
Wed Sep 12, 2012 5:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal value is out of range
Replies: 9
Views: 5327

How is that column being used in your SCD stage?
by ArndW
Wed Sep 12, 2012 2:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Excel read returns NULL for dates
Replies: 7
Views: 3374

ODBC and Excel connections are problematical, at best. ODBC will determine the clumn datatypes dynamically, using the first couple of rows (this number can be adjusted in the ODBC settings). Thus a column that you think holds a date might be delivered to DataStage as a string or a number - and the n...
by ArndW
Wed Sep 12, 2012 2:40 am
Forum: General
Topic: BeforeJob does not appear in job log
Replies: 9
Views: 2598

If you change your code to read Deffun DSRMessage(A1, A2, A3) Calling "*DataStage*DSR_MESSAGE" *Common /HashLookup/ FileHandles(100), FilesOpened Common /HashLookup/ FileHandles FileOpenStatus = 0 CALL DSLogWarn('--> At beginning of BeforeJobRoutin <--','') * If InputArg is empty, log a Wa...
by ArndW
Wed Sep 12, 2012 2:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal value is out of range
Replies: 9
Views: 5327

If you look at the error message it states that the problem is occuring while converting from APT_Decimal to IntegerU64. This is an unsigned big integer and I suspect you are forcing this conversion somewhere. - Check the datatypes to ensure that you aren't forcing this conversion - Turn off operato...
by ArndW
Tue Sep 11, 2012 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Stage variable into Oracle using Oracle date formats
Replies: 3
Views: 2746

What data type is "srchQueryDateRange " and what is the derivation for it?
the if-then-else construct you posted can't be used as the derivation for the stage variable. Also is "dateFormat" a parameter to your job?
by ArndW
Tue Sep 11, 2012 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Profiling in Japanese Character
Replies: 2
Views: 1117

There are very many different mappings possible when coming from mainframes, particularly for Japanese. Nobody here can tell you, you need to find out from the mainframe people which one they used; and possible also if there was any mapping done during the Mainframe -> DS Server FTP process.