Search found 53125 matches
- Wed Jun 18, 2008 8:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tool to export jobs without their related shared container
- Replies: 15
- Views: 5667
- Wed Jun 18, 2008 6:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: performance issue with reading from hash file via routine
- Replies: 6
- Views: 1653
- Wed Jun 18, 2008 6:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Evironmental Variable in DS Transformer
- Replies: 2
- Views: 1207
- Wed Jun 18, 2008 4:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage admininstartion Presentations if any
- Replies: 4
- Views: 1768
IBM offers a class called "DataStage Administration". It is geared entirely to parallel jobs, and does not cover administering the engine very much at all.
My class - while designed for the server environment - does have good coverage of administering the engine.
Each is chargeable.
My class - while designed for the server environment - does have good coverage of administering the engine.
Each is chargeable.
- Wed Jun 18, 2008 4:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while reading from sequential file
- Replies: 4
- Views: 3410
- Wed Jun 18, 2008 4:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 'Drop on Input'
- Replies: 6
- Views: 2955
- Wed Jun 18, 2008 4:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implicit conversion from source type "int32" to re
- Replies: 2
- Views: 3444
There is no such thing as int(2). You have an int32 with a display width of 2. The largest possible int32 has 11 characters. This will not fit in a string[6] and therefore DataStage generates this alert. You may have knowledge about your data that might allow you to use int16, where six characters i...
- Wed Jun 18, 2008 4:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cannot start the control daemon
- Replies: 3
- Views: 2213
- Wed Jun 18, 2008 4:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tool to export jobs without their related shared container
- Replies: 15
- Views: 5667
- Wed Jun 18, 2008 4:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage:How to read .xls file into datastage
- Replies: 4
- Views: 5865
When you import table definitions through the ODBC driver for Excel, check the box captioned "System Tables". For reasons best known unto Microsoft, worksheet names are presented as system tables. There are also rules regarding the layout of the worksheet to enable it to be able to be accessed via O...
- Wed Jun 18, 2008 4:34 pm
- Forum: IBM QualityStage
- Topic: Error in INV stage in QS server7.5.1.
- Replies: 4
- Views: 1436
- Wed Jun 18, 2008 4:33 pm
- Forum: IBM QualityStage
- Topic: From ODBC File definitions is not enabed
- Replies: 8
- Views: 1928
- Wed Jun 18, 2008 4:32 pm
- Forum: IBM QualityStage
- Topic: DataStage QualityStage 7.5.1 Installation Problem
- Replies: 7
- Views: 3364
- Wed Jun 18, 2008 4:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using lookup fileset : getting error
- Replies: 12
- Views: 2981
- Wed Jun 18, 2008 1:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reusable components and REprocessing Logic used in data stag
- Replies: 3
- Views: 1165
All components in the Repository are re-usable. You can use them as many times as you need to. You can also create new objects, such as shared containers, table definitions, to use over and over again. Reprocessing logic has to be designed with site-specific requirements in mind. Under what circumst...