Search found 53125 matches
- Mon Jun 02, 2014 4:07 pm
- Forum: General
- Topic: Gracefully shutting down DataStage.
- Replies: 13
- Views: 12981
- Mon Jun 02, 2014 4:03 pm
- Forum: IBM QualityStage
- Topic: Conversion Table Problem
- Replies: 3
- Views: 4147
- Mon Jun 02, 2014 12:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Create Sequence Number for the Duplicate Enteries
- Replies: 4
- Views: 1776
- Sun Jun 01, 2014 12:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: row merger function in parallel edition?
- Replies: 7
- Views: 2461
- Thu May 29, 2014 5:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NULL Handling in transformer
- Replies: 12
- Views: 7202
- Thu May 29, 2014 5:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NULL Handling in transformer
- Replies: 12
- Views: 7202
... Input.column1=@NULL... As noted earlier, it is not legal to compare something against NULL. One should use the IsNull() function to determine whether a field is (contains) null. In server jobs there exists a system variable (@NULL.STR) that contains a string representation of the internal forma...
- Wed May 28, 2014 10:54 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Can not view report on Information Analyzer 9.1
- Replies: 4
- Views: 3828
- Wed May 28, 2014 10:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Install 9.1.2 IIS bigdata file stage does not work
- Replies: 8
- Views: 1844
- Wed May 28, 2014 10:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORA-01722: invalid number - Track Particular record causing
- Replies: 5
- Views: 5232
- Wed May 28, 2014 7:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORA-01722: invalid number - Track Particular record causing
- Replies: 5
- Views: 5232
- Wed May 28, 2014 4:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata_Connector_20, RDBMS code 21032:
- Replies: 1
- Views: 1093
- Wed May 28, 2014 4:42 pm
- Forum: General
- Topic: Semaphore Process Server/Parallel
- Replies: 6
- Views: 2434
- Wed May 28, 2014 4:39 pm
- Forum: General
- Topic: Unicode table
- Replies: 2
- Views: 783
- Tue May 27, 2014 4:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Change capture Stage
- Replies: 1
- Views: 1235
- Tue May 27, 2014 4:24 pm
- Forum: General
- Topic: Semaphore Process Server/Parallel
- Replies: 6
- Views: 2434
The DataStage Engine itself uses semaphores extensively to control various aspects of threading and locking, but I don't think this was the import of the question. The DataStage Engine also has available a set of public numbered semaphores that could be used for a similar purpose. I may have used th...