Search found 53125 matches
- Thu Aug 17, 2006 9:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error when running Parallel Job
- Replies: 7
- Views: 3002
- Thu Aug 17, 2006 9:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Record count from datasets
- Replies: 7
- Views: 3263
- Thu Aug 17, 2006 8:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: converting Char to date
- Replies: 3
- Views: 907
- Thu Aug 17, 2006 8:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Concatenate/Convert date and time to timestamp
- Replies: 5
- Views: 3210
- Thu Aug 17, 2006 8:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: JobMonApp, dssh, semaphores permissions, password errors
- Replies: 1
- Views: 2961
ELF is an optionally installed Linux component. The message suggests that you need to install something that you haven't yet installed. You really shouldn't source dssh. You should source dsenv, but execute dssh directly. And you must be attached to a DataStage "account" in order to do so, not to th...
- Thu Aug 17, 2006 8:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Aggregate - Out of Sequence - Underscore before A-Z
- Replies: 7
- Views: 2326
- Thu Aug 17, 2006 8:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsrpc process owner
- Replies: 3
- Views: 1299
- Thu Aug 17, 2006 8:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCONV
- Replies: 8
- Views: 1689
Can you leave the map set to NONE and process the hex data with to see what you get?
Code: Select all
Iconv(InLink.HexString, "MX0C") - Thu Aug 17, 2006 8:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC lookup using Stored Procedure
- Replies: 5
- Views: 998
- Thu Aug 17, 2006 8:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting a Part from the given String
- Replies: 24
- Views: 18295
- Thu Aug 17, 2006 8:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Control fatal error (-14) REVISITED
- Replies: 4
- Views: 2338
- Thu Aug 17, 2006 8:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine Variable Limitation
- Replies: 6
- Views: 1603
Make sure there is no space between any function name and its opening (left) parenthesis. DataStage BASIC can be finicky about this. There is no limit to the length of a string variable in DataStage BASIC until you run out of virtual memory. By assembling the entire log into a single string to be wr...
- Thu Aug 17, 2006 8:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Left Outer Join
- Replies: 8
- Views: 2865
Try to use generated SQL wherever possible. Everything in the table name field becomes the FROM clause. So what you put in the table name field is all of: table1 LEFT OUTER JOIN table2 ON table1.key = table2.key (Adjust as required. Make sure any ambiguous column names are fully qualified in the Der...
- Thu Aug 17, 2006 8:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sort stage writes #'s in place of null in output to seq file
- Replies: 3
- Views: 1098
Diagnostician Note Don't be in too much of a hurry to attribute blame to a particular stage type. Here the subject line suggests a problem with the Sort stage, which may mislead future searchers. The problem wasn't. DataStage did exactly what it was programmed to do - via the pad character property...
- Thu Aug 17, 2006 8:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Count records of hashed file in a routine
- Replies: 12
- Views: 3665