Search found 6797 matches
- Wed Feb 14, 2007 5:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem running job with parallel routine
- Replies: 4
- Views: 1474
- Wed Feb 14, 2007 5:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Single stage for running script
- Replies: 11
- Views: 2158
- Wed Feb 14, 2007 4:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generating Multiple rows in output from single row in input
- Replies: 16
- Views: 4276
Well I wrote a small piece of code in the morning and was stuck in between how to return a value with all rows. I was getting some junk data. Therefore my misinterepretation and hence my assumption that I made earlier. But your example Ray, was like a wake up call as I use that all the time too. I l...
- Wed Feb 14, 2007 3:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generating Multiple rows in output from single row in input
- Replies: 16
- Views: 4276
- Wed Feb 14, 2007 2:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generating Multiple rows in output from single row in input
- Replies: 16
- Views: 4276
Actually C wont work. Come to think of it, C variables wont hold values with line feeds. The workaround could have been writing to a file but that would require the execution to be sequential. Parallel writes wont work. I guess its either a Basic transformer or an awk script. C will work but it has ...
- Wed Feb 14, 2007 2:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call to output link returned numeric error code: -100
- Replies: 3
- Views: 1378
- Wed Feb 14, 2007 2:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Abort the job based on some logic?
- Replies: 9
- Views: 3186
- Wed Feb 14, 2007 12:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Printing Metadata
- Replies: 6
- Views: 1293
- Wed Feb 14, 2007 12:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sigint
- Replies: 1
- Views: 792
- Wed Feb 14, 2007 11:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: UDB Enterprise Stage
- Replies: 4
- Views: 981
- Wed Feb 14, 2007 11:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creating Parallel routine
- Replies: 7
- Views: 2539
First get your small program compiled. Its fine the way it is. It will compile and run. But when your ready to convert this into a parallel routine, you need to get rid of main() and give it a function name like int AddNum(). So if i have to translate your code to a parallel routine it will be #incl...
- Wed Feb 14, 2007 10:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Does anyone have DataStage (EE) benchmarking figures
- Replies: 5
- Views: 2750
- Wed Feb 14, 2007 9:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call to output link returned numeric error code: -100
- Replies: 3
- Views: 1378
- Wed Feb 14, 2007 8:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem in transversing the file
- Replies: 13
- Views: 3295
- Wed Feb 14, 2007 8:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem reading the file
- Replies: 11
- Views: 2192