Search found 53125 matches
- Mon Dec 04, 2006 4:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: illegal variable name/number
- Replies: 13
- Views: 3804
- Mon Dec 04, 2006 4:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File passing "?" as values
- Replies: 15
- Views: 3376
A hashed file (note: it's not "hash file") will never accept NULL as its key value. It will, however, accept "" (a zero length string). Of course, since keys must be unique, there can only be one record with this key value in the hashed file; multiple writes will overwrite. "?" may mean that NLS has...
- Mon Dec 04, 2006 4:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Locate Statement not Searching Whole Array in a Routine
- Replies: 7
- Views: 1731
LOCATE will search at the field OR value OR subvalue level. The syntax required to search at each level is different - you must specify the higher-level element (for example you may wish to search through the values in field #5). Further you may not always want to search from the first element. If y...
- Mon Dec 04, 2006 4:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: error while populating date value from seq file to oracle
- Replies: 8
- Views: 1770
- Mon Dec 04, 2006 4:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: link open processing error
- Replies: 5
- Views: 1435
- Mon Dec 04, 2006 4:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: generating jobs reports
- Replies: 60
- Views: 24753
REPLACE is a dynamic array function. You need CONVERT. Something like:
Code: Select all
EVAL "CONVERT('\', '_', CATEGORY) : '_index.html'"- Mon Dec 04, 2006 3:50 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Webservices PACK and RTI differenced...
- Replies: 10
- Views: 5037
- Mon Dec 04, 2006 6:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: C++ routine Vs Aggregator stage
- Replies: 9
- Views: 3848
- Mon Dec 04, 2006 6:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Set Identity_Insert On Sybase issue
- Replies: 3
- Views: 2816
I'd take a punt that what's in the job log (Director) is very likely to be what's sent. Otherwise, your Sybase DBA should be able to monitor the connection and the commands issued thereupon. There may also be trace utilities in Sybase OC - alas this is not an area in which I have expertise enough to...
- Mon Dec 04, 2006 6:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: error while populating date value from seq file to oracle
- Replies: 8
- Views: 1770
You seem to have an offset issue - I can see the date in the timestamp. However, you have not provided your entire derivation - for example how does the time component get there? Try doing one piece at a time, to see where the problem is actually occurring. Just Iconv() first, which should yield a s...
- Mon Dec 04, 2006 3:32 am
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: problem startup service, event server monitor, mgt console
- Replies: 7
- Views: 3722
- Sun Dec 03, 2006 11:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error compiling Job Control Subroutine
- Replies: 7
- Views: 4447
- Sun Dec 03, 2006 11:50 pm
- Forum: Enhancement Wish List
- Topic: Help in finding certification materials
- Replies: 4
- Views: 3176
- Sun Dec 03, 2006 11:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel job reports failure (code -2)
- Replies: 5
- Views: 3624
- Sun Dec 03, 2006 11:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: xml output - not writing to file
- Replies: 10
- Views: 2851