Do your sequential files contain binary data?
You have marked the post as resolved. What was the resolution?
Search found 53125 matches
- Fri Oct 27, 2006 8:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: File Pattern
- Replies: 1
- Views: 1322
- Fri Oct 27, 2006 8:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Viewing/Writing Contents of a DataSet from a OS
- Replies: 10
- Views: 4647
- Fri Oct 27, 2006 8:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: adding column names to reject file
- Replies: 15
- Views: 3482
Where's the reject link beginning? Reject links from Sequential File stage, for example, contain only one column, containing the source row as a Raw string. This can certainly be written to a file. But the question of adding additional columns may become tricky - you would need to guarantee that the...
- Fri Oct 27, 2006 8:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: adding column names to reject file
- Replies: 15
- Views: 3482
Where's the reject link beginning? Reject links from Sequential File stage, for example, contain only one column, containing the source row as a Raw string. This can certainly be written to a file. But the question of adding additional columns may become tricky - you would need to guarantee that the...
- Fri Oct 27, 2006 8:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Custom Stage
- Replies: 5
- Views: 1646
- Fri Oct 27, 2006 8:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Procedure Call in Oracle EE Stage open command
- Replies: 2
- Views: 1370
chulett wrote:Why did I get a strange sense of deja vu when I read your post?
Oh, no! Not deja vu again!
- Fri Oct 27, 2006 8:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Installation
- Replies: 4
- Views: 1159
- Fri Oct 27, 2006 8:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: server jobs in parallel
- Replies: 7
- Views: 1028
- Fri Oct 27, 2006 8:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extraxct required data from string
- Replies: 1
- Views: 1033
- Fri Oct 27, 2006 7:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job to compile jobs
- Replies: 8
- Views: 1846
You can use this function in job control code. But you don't have to; use a Job activity in a job sequence, set it to "Reset if required, then run", and the generated code will contain an appropriate call to DSPrepareJob. However, note that the thread referred to does not provide any routine for com...
- Fri Oct 27, 2006 7:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence reset
- Replies: 12
- Views: 3262
WHERE is the sequence. If you are using the SDK key managment routines, then you can update the SDKSequences file (search for details). If you're using stage variables, you can use an If..Then..Else in conjunction with change detection (the data need to be sorted by the natural key for this to work ...
- Fri Oct 27, 2006 7:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Usage for Hash File
- Replies: 6
- Views: 1070
Static hashed files are all those other types than Type 30. They have the advantage of less overhead when reading/writing, but the disadvantage that table space management is not automatic; they need to be tuned accurately to get full benefit. But, if the total volume of data is fairly constant, and...
- Fri Oct 27, 2006 7:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: executing parallel jobs in stand alone machine
- Replies: 4
- Views: 1194
Nothing special. Your user ID must belong to a group that has at least DataStage Developer role, unless you want to run only released jobs, in which case it an belong to the DataStage Operator role. And, of course, you need read/write permission and SQL privileges as appropriate to the objects you w...
- Fri Oct 27, 2006 7:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wanted Comments on the expected run time.
- Replies: 3
- Views: 787
At your site you have single-CPU PCs and (if I recall correctly) 36-CPU SunFire servers. Do you expect the same throughput on each? Do you really need all those IPC stages? Enabling inter-process row buffering will (in general) have the same effect. Are all the lookups in a single Transformer stage,...
- Fri Oct 27, 2006 7:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage 7.5.x with Sybase IQ 12.6 on Linux
- Replies: 6
- Views: 2348