Search found 6797 matches
- Fri Feb 02, 2007 11:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding exporting datamodel
- Replies: 53
- Views: 13005
Deep thoughts Kim, deep thoughts. Well said, well written, deeply motivated, or shall I say, excellent. I agree with whatever you have to say, especially in your last para. Folks like Ray, Ken, Arulan, Craig and yourself are true gurus in the field of DataStage and DW, have a keen eye on excellence ...
- Fri Feb 02, 2007 10:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Equivalent CHAR
- Replies: 11
- Views: 3265
- Fri Feb 02, 2007 10:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Equivalent CHAR
- Replies: 11
- Views: 3265
Give us an example. What it looks like and what you want? If you want a number to be converted to words, then clickhereto get the routine Craig is talking about.
- Fri Feb 02, 2007 10:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting the job status to raise warning signal
- Replies: 12
- Views: 3810
- Fri Feb 02, 2007 9:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Rejecting records with invalid data type
- Replies: 9
- Views: 5296
- Fri Feb 02, 2007 8:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Get The status of the job
- Replies: 9
- Views: 3323
Or simply check JOBINTERIMSTATUS rather than JOBSTATUS. From the online help: DSJ.JOBINTERIMSTATUS. Returns the status of a job after it has run all stages and controlled jobs, but before it has attempted to run an after-job subroutine. (Designed to be used by an after-job subroutine to get the sta...
- Fri Feb 02, 2007 8:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extract records with most recent date
- Replies: 2
- Views: 926
Re: Extract records with most recent date
select A.col1, A.col2, A.col3 From myTable A Inner Join (select col1, Max(col3) As MaxCol3 from myTable group by col3) As Temp ON A.col1 = Temp.col1 AND A.col3 = Temp.MaxCol3 Pass the above query in your database stage. Depending upon what database it is, the syntax might vary, but ...
- Fri Feb 02, 2007 8:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Rejecting records with invalid data type
- Replies: 9
- Views: 5296
- Fri Feb 02, 2007 8:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting the job status to raise warning signal
- Replies: 12
- Views: 3810
For the current job yes, but Log a warning in the log of another job, no. That was because we were guessing if the warning was to be launched for only the current job or all the job at the "same level" as per the OP's question. If the latter was to be done, it would not have been possible from with...
- Fri Feb 02, 2007 3:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting the job status to raise warning signal
- Replies: 12
- Views: 3810
- Fri Feb 02, 2007 3:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting the job status to raise warning signal
- Replies: 12
- Views: 3810
- Fri Feb 02, 2007 3:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting the job status to raise warning signal
- Replies: 12
- Views: 3810
- Fri Feb 02, 2007 3:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting the job status to raise warning signal
- Replies: 12
- Views: 3810
- Fri Feb 02, 2007 2:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DateTime Metadata Mismatch Warnings
- Replies: 17
- Views: 10401
- Fri Feb 02, 2007 2:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple Datastage engines
- Replies: 3
- Views: 1274
Re: Multiple Datastage engines
gup wrote: IBM stated it is possible -
Is that all that IBM said? Is that all you accepted from IBM?