Search found 15603 matches

by ArndW
Wed Jan 07, 2009 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HOW CAN U DO INCREMENTAL AGGREGATION IN DATASTAGE?
Replies: 2
Views: 1753

Normally using all uppercase is considered shouting, and "u" is not a valid English contraction for the word "you". Could you explain what you mean by incremental aggregation with an example? Chances are good that DataStage can somehow do this, but I am not quite sure what you me...
by ArndW
Wed Jan 07, 2009 5:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage 8.1 - engine / WAS - 64 bit / 32 bit?
Replies: 4
Views: 2723

Aakash, I would be surprised if the 8.1 engine were to have been re-written for 64 bit code. If you mean whether or not the hashed files are 64 bit by default then the answer is "no", but you could also check the "uvconfig" file to confirm that. You can check the binaries and lib...
by ArndW
Tue Jan 06, 2009 7:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: to store column value of previous rec
Replies: 1
Views: 694

This is a classic example of the use of stage variables and works in both Server and PX jobs. If you have a stage var "LastValue = In.ColumnName" then any stage var defined before that assignment will have the value from the last value. In PX jobs you need to take the partitioning into acc...
by ArndW
Tue Jan 06, 2009 6:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there a way to specify that a binary field is signed?
Replies: 6
Views: 1672

So how do you declare this field in your CFF stage? If it is a DB2 query, then chances are high that the data is not transferred as binary, but as EBCDIC text data. You could check this with a binary display tool and see if you are getting actual binary data or text data on the UNIX machine.
by ArndW
Tue Jan 06, 2009 6:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage
Replies: 5
Views: 1365

Kumar,

do not take us too seriously - we are just playing with the use of the word "like" in English.

Your error was "ABC", not "like ABC". Just go ahead and post the full details and you will certainly get assistance.
by ArndW
Tue Jan 06, 2009 6:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accented char problem in XML output stage
Replies: 5
Views: 4367

0xE9 in UTF-8 is the French e-egu character and that is present in Unicode, so the error is odd. You stated that you are sourcing from 8859-1 but that isn't what the error message states. Are you explicitly reading 8859-1?
by ArndW
Tue Jan 06, 2009 2:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there a way to specify that a binary field is signed?
Replies: 6
Views: 1672

In what stage are you doing a "SELECT" and does this not return non-binary display values which can then be used by DataStage?
by ArndW
Tue Jan 06, 2009 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage
Replies: 5
Views: 1365

Craig - the solution is like 42.
by ArndW
Tue Jan 06, 2009 2:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs not getting compiled
Replies: 18
Views: 5928

I dobn't see the connection between increasing the T30FILE setting and job compilation but it might be worth going back to the original value and seeing if the job now compiles.

Have you tried "force compile"?
by ArndW
Tue Jan 06, 2009 1:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there a way to specify that a binary field is signed?
Replies: 6
Views: 1672

Yes, binary fields can be signed in DataStage. But you need to know which type of binary you are using and also which type of negative representation. This is easiest with the COBOL type fields, but can also be done with other binary representations.

So, what sort of a binary field do you have?
by ArndW
Tue Jan 06, 2009 1:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is Datastage client compatible with linux+wine
Replies: 1
Views: 2024

The official answer is "no", as IBM won't support any platforms not on their list. But it might work, and shouldn't take too long to find out.
by ArndW
Tue Jan 06, 2009 1:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue producing value -1
Replies: 6
Views: 1864

Did you copy all of the KeyMgtGetNextValue code into your other routine and then make changes, or do you call the routine from yours? A value of "-1" usually means some sort of an error, in this case, without seeing the actual code, I would guess that it is because the file could not be op...
by ArndW
Fri Jan 02, 2009 5:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SSELECT syntax question
Replies: 5
Views: 1421

Would

Code: Select all

SSELECT DS_JOBS WITH F3 = "xxx" OR F3 LIKE "xxx\..."
not do the trick?
by ArndW
Thu Jan 01, 2009 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error using reset command in datastage director
Replies: 7
Views: 2336

A sequence job is a server job. I am not sure what problem you are now seeing - a runtime issue or a reset issue?