Search found 15603 matches
- Sat Jan 30, 2010 6:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need help with hashfile
- Replies: 3
- Views: 1397
- Sat Jan 30, 2010 6:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String to Timestamp
- Replies: 6
- Views: 21011
- Thu Jan 28, 2010 4:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to implement the following logic
- Replies: 5
- Views: 2437
- Thu Jan 28, 2010 4:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: special characters are getting rejected by datastage
- Replies: 5
- Views: 2963
- Thu Jan 28, 2010 3:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Mmap failed for the librar
- Replies: 2
- Views: 1674
Re: Mmap failed for the librar
Take things one step at a time, in this case the message ...Mmap failed for the library</product/datastage/projets/0A49_PFPIA/RT_BP1556.O/V0S24_JxTHEXT_Gateway_Extract_Log_Tr_Separateur.so> : Permission denied.. indicates that you have access problems. What user compiled the job, what are the permis...
- Thu Jan 28, 2010 3:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to implement the following logic
- Replies: 5
- Views: 2437
DataStage will automatically 'loop' through your source. This is a very basic job design, even more straightforward than the examples that you would see in the DataStage training class. Instead of getting a step-by-step explanation from the forum, perhaps you could say what you have done so far and ...
- Thu Jan 28, 2010 3:06 am
- Forum: General
- Topic: Time Difference
- Replies: 2
- Views: 1237
In DataStage server internal dates are integer numbers from a starting date. Internal time is in seconds since midnight. Here is one way: DateTime1 = Date1:'.':((60*60*24)/Time1) DateTime2 = Date2:'.':((60*60*24)/Time2) Delta = DateTime2-DateTime1 Multiply the decimal portion by the number of second...
- Wed Jan 27, 2010 1:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Upgrade
- Replies: 2
- Views: 1155
- Wed Jan 27, 2010 1:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Scratch space help needed
- Replies: 12
- Views: 5372
- Wed Jan 27, 2010 1:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How big should a server that has Datastage be?
- Replies: 1
- Views: 886
Rows aren't the whole story, how many bytes per row or per day? Also, the amount of disk capacity required is very dependant upon the amount and type of processing you are doing. Values will be different if you are sorting and repartitioning data, if you need interim datasets or values and what sort...
- Wed Jan 27, 2010 8:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Scratch space help needed
- Replies: 12
- Views: 5372
- Wed Jan 27, 2010 8:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cannot see Projects from Administrator
- Replies: 11
- Views: 3766
- Wed Jan 27, 2010 8:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NLS_LANG Not set
- Replies: 2
- Views: 1725
NLS_LANG is an environment variable that Oracle uses at runtime. This, along with ORACLE_SID and ORACLE_HOME should be set (either directly or through oracle script calls) in your dsenv script file. If it is missing then you need to correct that. The NLS_LANG setting should be determined by your Ora...
- Wed Jan 27, 2010 8:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not able to read variable length file
- Replies: 7
- Views: 3393
- Wed Jan 27, 2010 8:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Environment variable information
- Replies: 4
- Views: 1488