Search found 53125 matches
- Mon Feb 01, 2010 3:25 pm
- Forum: General
- Topic: time conversion
- Replies: 17
- Views: 10756
- Mon Feb 01, 2010 3:24 pm
- Forum: General
- Topic: HASH FILE CONTENT INTERCHANGED
- Replies: 10
- Views: 2461
- Mon Feb 01, 2010 12:53 am
- Forum: General
- Topic: HASH FILE CONTENT INTERCHANGED
- Replies: 10
- Views: 2461
The correct terminology is HASHED file. It's one way to implement a database table, used by various database products including UniVerse, Unidata, D3, jBase and others. DATA.30, OVER.30 are where the data are stored. These are not text files, so must not be opened with a text editor. They contain no...
- Sun Jan 31, 2010 10:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Could nor run paralell job having transform/lookup.. stages
- Replies: 2
- Views: 2262
My guess is that your C++ compiler is (a) the wrong one, (b) not installed, (c) not installed properly, (d) not configured properly in DataStage, or (e) not licensed properly. If none of that is the case, then the fact that the system ran out of space during compilation is a fairly good indicator of...
- Sun Jan 31, 2010 4:58 pm
- Forum: General
- Topic: Sequence "All" Behaviour
- Replies: 5
- Views: 1620
- Sun Jan 31, 2010 12:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: UV command support
- Replies: 6
- Views: 1894
- Sun Jan 31, 2010 4:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: look up and write to same hashfile in same job
- Replies: 2
- Views: 1095
Locking is at record level, and is triggered by a lookup failing (that is, an expectation is established that the job will insert the record from the same Transformer stage). Do not use a private read-cache in this instance because it is pre-loaded when the job starts. Do not use a write-cache, beca...
- Sun Jan 31, 2010 4:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transform Functions vs Transforms
- Replies: 1
- Views: 1266
In the very early versions of the product, the only way to invoke a Routine was through a Transform. That ceased to be the case, if I recall correctly, about version 3.0. Transforms become in-line code in the job so, if a Transform is changed, every job that uses it has to be re-compiled. However, R...
- Sun Jan 31, 2010 4:09 am
- Forum: General
- Topic: Naming convention for Projects and Net Service Name
- Replies: 4
- Views: 1331
- Sat Jan 30, 2010 3:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Checking for Integer Datatype
- Replies: 8
- Views: 2701
This is not exactly the same topic; you should really start a new one rather than hijack an old thread. If the constraint expression specifies IsNull(InputLink.ColumnName) then NULL values will be transferred to the output. You want IsNotNull() if what you want to do is to prevent NULL from being tr...
- Sat Jan 30, 2010 2:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: max length between two value marks in a multi value column
- Replies: 9
- Views: 1995
- Sat Jan 30, 2010 2:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need help with hashfile
- Replies: 3
- Views: 1397
- Sat Jan 30, 2010 2:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server job - ORA-01036: illegal variable name/number
- Replies: 1
- Views: 9268
- Sat Jan 30, 2010 2:51 pm
- Forum: IBM QualityStage
- Topic: Investigate stage inactive
- Replies: 7
- Views: 2881
- Sat Jan 30, 2010 5:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String to Timestamp
- Replies: 6
- Views: 21011
You specified the delimiter incorrectly. It must be precisely specified.
Code: Select all
StringtoTimestamp(Input,,"%dd-%mm-%yyyy %hh:%nn:%ss")