Search found 53125 matches
- Mon Aug 11, 2008 3:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivoting
- Replies: 1
- Views: 684
- Mon Aug 11, 2008 3:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help in writing a routine
- Replies: 3
- Views: 1134
Your specification also needs to define the expected format of the file. Sure it contains parameter=value pairs but may it contain anything else such as comments (what do these look like) or blank lines? Are comments permitted following a parameter=value pair. Are spaces allowed around the "=" chara...
- Mon Aug 11, 2008 3:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to calculate the exponential values manually
- Replies: 3
- Views: 2055
- Mon Aug 11, 2008 3:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How toUse User Variable Activity Stage
- Replies: 2
- Views: 1782
- Mon Aug 11, 2008 3:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Every Run date and time should change
- Replies: 5
- Views: 1806
- Mon Aug 11, 2008 3:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RE:Dos Script for getting Job info
- Replies: 9
- Views: 2601
Is this the same question as this one?
Posting the same question in multiple fora does not get you any better answers, and annoys those who have perforce to re-read the same question.
Posting the same question in multiple fora does not get you any better answers, and annoys those who have perforce to re-read the same question.
- Mon Aug 11, 2008 3:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error using Oracle Bulk loader
- Replies: 7
- Views: 2044
- Mon Aug 11, 2008 3:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job control fatal error (-4)
- Replies: 18
- Views: 4768
- Mon Aug 11, 2008 3:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Automating Design work
- Replies: 7
- Views: 1828
- Mon Aug 11, 2008 3:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: output from hashed file
- Replies: 47
- Views: 11788
- Mon Aug 11, 2008 3:11 pm
- Forum: General
- Topic: RE:Getting Job info from Dos Prompt
- Replies: 2
- Views: 1468
- Mon Aug 11, 2008 7:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to open ODBC trace file
- Replies: 3
- Views: 1575
- Mon Aug 11, 2008 5:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to run my parallel job on windows with amd athelon pr
- Replies: 3
- Views: 1181
I suspect an Intel chip is required also, but am not 100% certain on this. But the message is definitely coming because 7.5.0 does not have support for compiling or running parallel jobs on a Windows platform. As was suggested, you need either version 7.5x2 (the "x" is part of the version number) or...
- Mon Aug 11, 2008 5:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Last day of the month as file name
- Replies: 3
- Views: 945
So instead of using the date command, you use the cat command and tr any newline characters from it. Something like
Code: Select all
mv basename.txt basename_`cat theotherfile | tr -d \n`.txt- Mon Aug 11, 2008 4:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to write NULL value to the database
- Replies: 5
- Views: 1456