Search found 53125 matches
- Mon Aug 02, 2010 8:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert CSV to Pipe delimited
- Replies: 3
- Views: 3739
Sequential File stage to read (import) the data using comma as the field delimiter (this is a Format property). Sequential File stage to write (export) the data using pipe as the field delimiter (again on the Format tab). Voila! You have already posted about handling of nested quote characters, so I...
- Mon Aug 02, 2010 5:41 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Profile Multiple Record type Mainframe File
- Replies: 3
- Views: 2300
- Mon Aug 02, 2010 4:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Web console - Session Type
- Replies: 6
- Views: 2392
- Mon Aug 02, 2010 4:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Phantom error and need to stop file creation in &PH&
- Replies: 7
- Views: 2360
- Mon Aug 02, 2010 4:41 pm
- Forum: General
- Topic: Too much space in DB XMETA db2
- Replies: 20
- Views: 11246
- Mon Aug 02, 2010 4:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Determine which jobs have failed without using Director
- Replies: 7
- Views: 4204
There is no single table that contains this information - each job has its own status in its own table. However you could create a routine or dsjob script that cycles through all job names and reports the status of each, perhaps with a filter of 3 or 96 built in there somewhere. In theory you should...
- Mon Aug 02, 2010 4:35 pm
- Forum: IBM QualityStage
- Topic: QS - character concatenate investigate - warning message
- Replies: 6
- Views: 5242
- Mon Aug 02, 2010 2:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join Stage error
- Replies: 5
- Views: 1767
The alert message is telling you that there can only be one field called col2 on the output, but you have one on each input. The message is informing you which one was used and which one was not used (dropped). If you want to preserve both, you need to name them differently on the inputs. Make sure,...
- Mon Aug 02, 2010 2:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading xml from a Pipe delimeter file
- Replies: 9
- Views: 3499
- Mon Aug 02, 2010 3:30 am
- Forum: General
- Topic: error in the information server
- Replies: 2
- Views: 995
- Mon Aug 02, 2010 2:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to achieve rank functionality in Datastage
- Replies: 4
- Views: 3706
This is a query, or report. It is not the type of task an ETL should be asked to perform. There IS a solution, using stage variables. Even without sorting, remember the highest and second highest value thus far processed and, downstream of the Transformer stage, limit output to the last row containi...
- Sun Aug 01, 2010 9:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passive Stages!!1
- Replies: 1
- Views: 882
Connector stages have a common interface and do funky things with Java and XML under the covers. Enterprise stages are specific to database, do not have a consistent look and feel, and use the database client software more directly. Connector stages are newer than Enterprise stages. Connector stages...
- Sun Aug 01, 2010 9:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Range Map File Extension...
- Replies: 1
- Views: 948
- Sat Jul 31, 2010 2:47 pm
- Forum: General
- Topic: ( JOB Control + Parallel JOB ) in only one development.
- Replies: 2
- Views: 958
I read that you want to incorporate the functionality of First_JOB into Second_JOB. It is unlikely that what you want to do is possible; this will, of course, depend on what First_JOB actually does. Please let us know what First_JOB does. If First_JOB retrieves a value from a database table, for exa...
- Sat Jul 31, 2010 6:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to solve this
- Replies: 2
- Views: 1074