Search found 15603 matches
- Tue Jan 23, 2007 3:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job is showing running status after exit
- Replies: 5
- Views: 998
- Tue Jan 23, 2007 3:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Holding Previous Record Value
- Replies: 6
- Views: 1464
This is easily done by storing the value in a transform stage variable and then using that saved value for comparing the next record. ComparisonStageVar = In.CurrentRowColumnA > PreviousValue PreviousValue = In.CurrentRowColumnA These two stage variables show how such a comparison could easily be do...
- Mon Jan 22, 2007 11:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Before and After job subroutine
- Replies: 11
- Views: 2839
- Mon Jan 22, 2007 11:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential file different number of fields every row
- Replies: 7
- Views: 1832
- Mon Jan 22, 2007 11:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential file different number of fields every row
- Replies: 7
- Views: 1832
- Mon Jan 22, 2007 10:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date to Timestamp conversion in Transformer.................
- Replies: 6
- Views: 2027
- Mon Jan 22, 2007 9:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date to Timestamp conversion in Transformer.................
- Replies: 6
- Views: 2027
- Mon Jan 22, 2007 9:32 am
- Forum: General
- Topic: CR/LF for the new generation
- Replies: 45
- Views: 19163
DSGuru2B - Those beasts are dinosaurs compared to what is available today. It is similar to marveling at the old steam powered factory machines - there is a certain nostalgia associated with the old heavy iron, but you wouldn't want to revert to having to actually use them. I know I still have an IB...
- Mon Jan 22, 2007 8:57 am
- Forum: General
- Topic: CR/LF for the new generation
- Replies: 45
- Views: 19163
Craig - we used to have a program that we could run on PRIMOS and our old IBM 90Mb disk drives would "walk" across the floor - the program timed the heavy disk read/write heads to move in just the right frequency to shake the drive enough to move it around (if you did it too long the power or data c...
- Mon Jan 22, 2007 8:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job access by other and cant unlock
- Replies: 24
- Views: 4496
That isn't the way it would work. Since "UNLOCK" is a VOC command, the way that this could be audited would be by changing the contents of the original "UNLOCK" to call a program that would perform some sort of audit trail writing and then issue the actual UNLOCK command from there. This would be th...
- Mon Jan 22, 2007 7:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compilation Error
- Replies: 2
- Views: 767
- Mon Jan 22, 2007 4:36 am
- Forum: General
- Topic: CR/LF for the new generation
- Replies: 45
- Views: 19163
I used to love the speed and sound of a high-speed Printronix belt printer and was surprised last week to find one still hard at work at this site! I recall (not so fondly) of having to clean and maintain a couple that we had at college a couple of years back... they always did get very grimy with a...
- Mon Jan 22, 2007 4:31 am
- Forum: DSXchange Testimonials
- Topic: It is good not to be alone
- Replies: 6
- Views: 14788
Wolfgang - I can go anywhere where EasyJet or another el-cheapo carrier goes from the UK I was thinking of taking time off for Fassnacht as well and seeing what it is like in Trinidad and Tobago and I bet that if Georg weren't so busy with his local Karnevalsverein I'd invite him for a "Real" Mardi ...
- Fri Jan 19, 2007 12:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inserted value too large for column, row rejected.
- Replies: 8
- Views: 7483
- Fri Jan 19, 2007 11:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inserted value too large for column, row rejected.
- Replies: 8
- Views: 7483
... The record could not pass through Datasatage transformer being used...The warning message is from Datasatage and not Oracle... DataStage Server transform stages do not limit the length (or even contents) of columns; the error message is being generated when DS tries to output to SQL Server. As ...