Search found 42189 matches
- Mon Jun 30, 2014 10:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer stage strange Issue
- Replies: 3
- Views: 1619
- Sun Jun 29, 2014 6:00 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Passing user defined Header to WebService
- Replies: 6
- Views: 10346
- Sun Jun 29, 2014 1:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: UPPER function in Datastage filter stage
- Replies: 1
- Views: 2349
- Sat Jun 28, 2014 10:19 am
- Forum: General
- Topic: Aborting Job after 5 error
- Replies: 1
- Views: 849
- Sat Jun 28, 2014 6:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning as invalid date
- Replies: 7
- Views: 5125
- Sat Jun 28, 2014 6:48 am
- Forum: General
- Topic: Job properties window taking long time
- Replies: 5
- Views: 2018
- Fri Jun 27, 2014 8:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Timestamp format Problem (AM/PM)
- Replies: 7
- Views: 4857
- Thu Jun 26, 2014 2:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Expected identifier; got: "*"
- Replies: 6
- Views: 4014
- Thu Jun 26, 2014 9:52 am
- Forum: General
- Topic: Identify sequence/job
- Replies: 3
- Views: 853
- Thu Jun 26, 2014 8:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Timestamp format Problem (AM/PM)
- Replies: 7
- Views: 4857
Check the documented time formats supported by DataStage. You'll see that %H and %HH are used to handle a "12 hour format" which is what you have.
- Thu Jun 26, 2014 8:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to enhance Hash file performance ?
- Replies: 3
- Views: 2247
I'm going to assume the issue is writing to it... Use the Hashed File Calculator that (I believe) still ships with the product to determine how large to pre-create the hashed file, i.e. what Minimum Modulus to specify. The default is 1 which means it starts off tiny and spends a great deal of time e...
- Thu Jun 26, 2014 8:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance stats and no. of rows in source does not match
- Replies: 7
- Views: 3615
- Thu Jun 26, 2014 6:48 am
- Forum: General
- Topic: Identify sequence/job
- Replies: 3
- Views: 853
That would involve querying DS_JOBS where (from what I recall) the job type is stored. And you would launch the select using dssh. The values for job type should be documented in one of the engine's include files or perhaps some kind soul will post them or link to a post containing them... I didn't ...
- Wed Jun 25, 2014 6:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: want to delete datasets using orchadmin
- Replies: 3
- Views: 771
- Wed Jun 25, 2014 3:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Expected identifier; got: "*"
- Replies: 6
- Views: 4014
Also wondering what your source dates look like as I'm not aware of any 'julian' dates that can be converted by adding 19000000 to them. Can you post some examples including what their corresponding converted value should be, please? I'm guessing they are all normal Gregorian dates in YYMMDD format ...