Search found 15603 matches
- Thu Aug 18, 2005 1:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not getting Negitive balances in sas dataset
- Replies: 2
- Views: 672
What kind of numeric did you redefine this column as? Does it have 2 decimal places? It is better to keep this as a text column and then apply a datatype conversion to decimal (StringToDecimal) inside the job. Basically the error is that "100.00-" cannot be parsed. Perhaps it is the trailing zero - ...
- Thu Aug 18, 2005 12:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stage does not support UNICODE character set
- Replies: 3
- Views: 1068
- Thu Aug 18, 2005 12:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error while extracting the data from oracle enterprise stage
- Replies: 2
- Views: 1526
- Thu Aug 18, 2005 12:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: about copy stage
- Replies: 1
- Views: 559
- Thu Aug 18, 2005 12:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error during import
- Replies: 7
- Views: 1309
- Wed Aug 17, 2005 2:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DaysSinceFromDate function
- Replies: 3
- Views: 6240
Mark, converting an Integer date (in Julian date format?) to a date and back to an integer should give the same result. The conversion between types needs to know the source and target formats, otherwise it won't work correctly. Do you know your source date format in integer? Why do you need to conv...
- Wed Aug 17, 2005 10:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: date format to insert into oracle table
- Replies: 1
- Views: 733
- Wed Aug 17, 2005 9:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem While transfering data from db2 to flatfile stage
- Replies: 1
- Views: 782
Re: Problem While transfering data from db2 to flatfile stag
... ...when i run job, job works fine but when i concatenated 9 columns at that time it gives output upto Name(Column name) I am not getting what is going on ? please help me urgently to sort out my problem. OK, So you read the columns correctly from DB/2 and have a problem concatenating them. I do...
- Wed Aug 17, 2005 8:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage blamed again
- Replies: 3
- Views: 1613
ewartpm, instead of going into great detail, I would recommend monitoring the system when it "starts paging itself to death" and stopping DataStage. If the swapping does not stop then DataStage cannot be (directly) at fault, since it is stopped and has freed up it's memory. There are excellent tools...
- Wed Aug 17, 2005 7:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job won't finish
- Replies: 5
- Views: 1551
When it comes to killing jobs, we in the business prefer never to terminate with extreme prejudice (kill -9), our sanctioned kills are the more discrete "kill <pid>". Sometimes rogue processes need the TEP approach, but usually by the time we get sanction from above it is too late. The director "sto...
- Wed Aug 17, 2005 7:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: counter needs to be incremented by 1 with exactly 6 digit
- Replies: 3
- Views: 743
Pongal, you could write a function that returns the number of rows processed in the last run of a job, use the DSGetLinkInfo() routine and give it the stage and link name and it can return the number of rows processed. This number can then be used to update either a Hashed file or a table with the n...
- Wed Aug 17, 2005 7:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null handling in sequential stage
- Replies: 2
- Views: 765
- Wed Aug 17, 2005 5:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error adding project
- Replies: 10
- Views: 2203
- Wed Aug 17, 2005 5:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Version History of DataStage
- Replies: 9
- Views: 6115
C'mon Ray, cut the poor gent some slack; he said it was only a "A little urgent", not a fully blown condition RED national urgency. Just imagine if some bad guys from the feared INFA agency had you tied down on a chair over a pool infested with ravenous piranhas and they said "give us the DataStage ...
- Wed Aug 17, 2005 5:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage licenses and SMT on AIX
- Replies: 2
- Views: 1038
Roy, I understand what is happening with the licenses and the warnings; my question is whether DS shuts down after a while due to this condition, here it has happened twice about 5 days apart. All the other boxes that have similar configurations but no license warning haven't had this memory problem...