Search found 53125 matches
- Tue Aug 13, 2013 4:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading WebSphere MQ messages with DataStage
- Replies: 11
- Views: 6029
Read the file using a hex dump utility, such as the od -xc command, to learn what the characters are. I suspect that you have one or two binary representations of numbers in there. As Ernie noted, you need to speak with whoever authored that file and understand what is truly stored in each of its by...
- Tue Aug 13, 2013 4:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: vertical pivot is hanging
- Replies: 8
- Views: 1462
For starters, don't push. Your last two posts were at 10:48pm and 1:22am my time. DSXchange is an all volunteer site whose members post if and when they can, at the same time being under no obligation to do so. If you effect the pivot using a Transformer stage, does it still hang? How, precisely, ar...
- Tue Aug 13, 2013 4:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: GenRuntime Error When Compiling
- Replies: 5
- Views: 1590
All patches are to be found at Fix Central
- Tue Aug 13, 2013 4:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: will partition despite the preserve-partitioning flag
- Replies: 7
- Views: 2859
Because the composer (conductor) inserts a tsort operator with all default settings (over which you have no control apart from memory allocation*) when you use a link sort. An explicit Sort stage gives you that control, via the stage Advanced properties. * via APT_TSORT_STRESS_BLOCKSIZE environment ...
- Tue Aug 13, 2013 4:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Semaphores are building up to a very high number
- Replies: 5
- Views: 3914
An internet search will reveal to you that a semaphore is a place for a program to wait for some event to occur (even for an amount of time to elapse). Semaphores are implemented in different ways on different platforms, but in all cases they should be released once finished with. If they aren't, th...
- Tue Aug 13, 2013 4:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Possible truncation of variable length ustring
- Replies: 4
- Views: 3070
Did you mention the cast (change of data type) in the Modify stage specification?
(Use ustring if Unicode, UTF-8, etc., are in play; use string otherwise.)
Code: Select all
newcol:ustring[11]=inputcol- Tue Aug 13, 2013 4:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: will partition despite the preserve-partitioning flag
- Replies: 7
- Views: 2859
- Mon Aug 12, 2013 10:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting error when i enable partition property
- Replies: 2
- Views: 2771
Welcome aboard. DataStage is unable to find the $DSHOME/.odbcini file (whose pathname may also be stored in the ODBCINI environment variable). Seems to me you need to make sure that the .odbc.ini file exists and contains all needed DSNs. Also make sure that there exists a file called uvodbc.config (...
- Mon Aug 12, 2013 10:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: vertical pivot is hanging
- Replies: 8
- Views: 1462
- Mon Aug 12, 2013 10:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to use sdk Transforms in Datastage
- Replies: 1
- Views: 990
Transforms are only available for use in DataStage BASIC expressions, such as in server jobs and sequences. They are not available in the parallel Transformer stage. Parallel jobs have other strategies, such as the LastRowInGroup() function and the ability to use stage variables' execution order to ...
- Mon Aug 12, 2013 6:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: vertical pivot is hanging
- Replies: 8
- Views: 1462
- Mon Aug 12, 2013 4:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading WebSphere MQ messages with DataStage
- Replies: 11
- Views: 6029
- Mon Aug 12, 2013 4:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: GenRuntime Error When Compiling
- Replies: 5
- Views: 1590
- Mon Aug 12, 2013 4:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transfomer Mapping Clarification
- Replies: 1
- Views: 675
- Mon Aug 12, 2013 4:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: will partition despite the preserve-partitioning flag
- Replies: 7
- Views: 2859