Search found 53125 matches
- Thu Nov 01, 2007 1:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Import Orchestrate Schema Error
- Replies: 7
- Views: 2095
- Thu Nov 01, 2007 1:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to loop dates
- Replies: 2
- Views: 895
- Thu Nov 01, 2007 1:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem calling windows batch job
- Replies: 4
- Views: 1429
- Thu Nov 01, 2007 1:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Converting/Adding 8 character into a 12 character string
- Replies: 1
- Views: 805
Code: Select all
Left(In.Col,1) : Left(In.COLUMN1,3) : Left(In.COLUMN2,1) : Left(In.COLUMN3,1) : Right(In.Col,Len(In.Col)-1)- Thu Nov 01, 2007 1:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: List of programs to load -- SHM.TO.LOAD -- does not exist.
- Replies: 9
- Views: 2890
Someone at your site has been playing around with "UniVerse" things and without knowledge of what they're doing. The SHM.TO.LOAD file exists if an Administrator has identified BASIC routines that are to be pre-loaded into shared memory so that the one copy of object code can be used by all process, ...
- Thu Nov 01, 2007 12:58 am
- Forum: General
- Topic: Get max value of a stage variable
- Replies: 15
- Views: 6135
The technique to establish the (so far) maximum value of a stage variable is to replace its value only if the incoming value is larger. For example derive svMyValue as If InLink.MyCol > svMyValue Then InLink.MyCol Else svMyValue Based on that value you can then make the decision whether or not to in...
- Thu Nov 01, 2007 12:55 am
- Forum: General
- Topic: Get max value of a stage variable
- Replies: 15
- Views: 6135
- Thu Nov 01, 2007 12:49 am
- Forum: General
- Topic: Using ODBC Paradox Driver
- Replies: 1
- Views: 1105
Do you mean IMPORT the table definition? There is no capacity in DataStage Manager to export table definitions, other than as DataStage export files (DSX or XML format). Search (Google?) for S1000 as an SQLState value, and search your Paradox driver information as to the meaning of error code -5015....
- Thu Nov 01, 2007 12:44 am
- Forum: General
- Topic: Error while running a Sequence in Datastage Server Edition
- Replies: 2
- Views: 1306
- Thu Nov 01, 2007 12:43 am
- Forum: Site/Forum
- Topic: 20,000 Registrations
- Replies: 1
- Views: 1942
20,000 Registrations
DataStage just ticked over 20,000 registrations, to huge fanfare.
Woo hoo.
Woo hoo.
- Wed Oct 31, 2007 11:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job is aborting with ORA-01455: converting column overflows
- Replies: 6
- Views: 9409
- Wed Oct 31, 2007 11:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Update rows or Insert rows update action
- Replies: 2
- Views: 1196
- Wed Oct 31, 2007 11:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: read hash file from unix
- Replies: 4
- Views: 3540
- Wed Oct 31, 2007 7:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer was entered, but never exited
- Replies: 4
- Views: 2541
- Wed Oct 31, 2007 7:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Row Count
- Replies: 25
- Views: 10279