What routine? Why not leverage USERSTATUS to pass the value, if you think that's the issue?
ps. UtilityHashLookup() will fail silently if not used properly, test your logic elsewhere to ensure it's doing what you think it is doing.
Search found 42189 matches
- Thu Mar 12, 2009 11:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multipule instance Server Job execution
- Replies: 2
- Views: 1331
- Thu Mar 12, 2009 11:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MS access arabic character display - problem
- Replies: 2
- Views: 1197
- Thu Mar 12, 2009 11:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Appending to a Sequential File using Seek
- Replies: 2
- Views: 1241
- Thu Mar 12, 2009 11:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using CRC32() to detect changed data in SCD2 implementation
- Replies: 9
- Views: 8051
Well, well... let's see if I can help. :D On the MD5 front, we implemented that at the O/S level using Java. Basically, we landed a flat file with all of the data to be 'munged' using a Sequential File stage and then using the Filter option on the reading side passed the contents of the landed file ...
- Thu Mar 12, 2009 10:42 am
- Forum: General
- Topic: Convert the Date Formate from Timestamp to Date only
- Replies: 2
- Views: 903
Or substring off the first 10 characters (essentially the same thing) or use the Field function:
Code: Select all
InLink.TheTimestamp[1,10]
Field(InLink.TheTimestamp," ",1,1)- Thu Mar 12, 2009 10:40 am
- Forum: General
- Topic: Job Multiple Instance Fail
- Replies: 24
- Views: 10294
- Thu Mar 12, 2009 10:38 am
- Forum: General
- Topic: I want to display only year or month or date from Date colum
- Replies: 4
- Views: 897
- Wed Mar 11, 2009 6:34 pm
- Forum: General
- Topic: Job Multiple Instance Fail
- Replies: 24
- Views: 10294
The property appears to remain unchecked when auto-purge was inherited from the project. :? That's... not really true unless this is changed behaviour in the 8.x version. What I've seen pre-8 is auto-purge always checked when it is on, regardless of how that was set - manually or via inheritance. U...
- Wed Mar 11, 2009 3:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Duplicate data - Un-usable index
- Replies: 2
- Views: 611
- Wed Mar 11, 2009 3:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StingtoDate
- Replies: 6
- Views: 1348
- Wed Mar 11, 2009 3:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Table Error
- Replies: 9
- Views: 2332
- Wed Mar 11, 2009 3:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to pass multiple records to Web Service transformer
- Replies: 2
- Views: 844
Re: Unable to pass multiple records to Web Service transform
verify wrote:As i am processing 100 xml files, so i am getting this error as "Consumed more than 100,000 bytes,job aborts"
- Wed Mar 11, 2009 3:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Duplicate data - Un-usable index
- Replies: 2
- Views: 611
Hmmm... I don't see more questions, I see the same questions we already went over in your other thread on this topic. And I answered them over there. :? Two points: 1) You're still posting in the wrong forum. 2) More questions means adding them to your existing topic, please don't start a new one to...
- Wed Mar 11, 2009 9:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cobol over/under code
- Replies: 5
- Views: 1502
Well... not sure what all of the dsjob comments have to do with the subject line. The PX Sequential File stage has the ability to read those zoned decimal / overpunched fields without needing any special function like Server does. Set the decimal field Packed attribute to 'Yes' and then a sub-proper...
- Wed Mar 11, 2009 8:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of stage - OCI stage
- Replies: 4
- Views: 2461