Search found 15603 matches
- Wed Jul 30, 2008 3:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Jobs dropping parameters
- Replies: 9
- Views: 1510
- Wed Jul 30, 2008 3:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting error compiling transformer in PX Job
- Replies: 9
- Views: 2902
You can edit your post to remove all the details, they are not required in this case. Most likely the code is too big for your installation's optimizer. I would recommend turning off optimization either via your ADMIN tool for all jobs, or to change the compiler options for this particular transform...
- Wed Jul 30, 2008 3:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Char to Decimal conversion.
- Replies: 2
- Views: 1288
No simple way, but you could write a procedure/function in DB2 and use that. See this link for an example.
- Wed Jul 30, 2008 3:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error updating secondary indicies
- Replies: 5
- Views: 2627
- Wed Jul 30, 2008 2:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job running stage
- Replies: 4
- Views: 1821
"At the beginning" usually points more to a SQL or Database issue, whereas "at the end" often indicates a DataStage issue. As is often the case with sporadic problems, perhaps the column position change has just changed the frequency of the problem but hasn't solved it; I can't see how a column posi...
- Wed Jul 30, 2008 2:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Limit rows disabled
- Replies: 9
- Views: 3013
- Wed Jul 30, 2008 2:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs running very longtime
- Replies: 11
- Views: 3895
- Wed Jul 30, 2008 2:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to unlock datastage jobs.
- Replies: 8
- Views: 42526
- Wed Jul 30, 2008 1:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: migration thorugh cobol code and Datastage PX
- Replies: 13
- Views: 6819
Mohandl - the numbers are absolutely meaningless; you asked for metrics without detailing what you wanted, so I did a typical consultant type of thing and gave you metrics The "best looking code" part doesn't have much meaning, either. First of all, you need to tell the forum if you are doing a Main...
- Wed Jul 30, 2008 1:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Subtract 1 month from any date given
- Replies: 6
- Views: 1546
There are various ways to do this using different functions. The answer depends on how you define "subtract one month". What is one month less than "July 31"? The simple method is to use ICONV() and OCONV() to convert a display date into an internal date, then subtract 30 and reconvert to a display ...
- Wed Jul 30, 2008 1:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job running stage
- Replies: 4
- Views: 1821
- Tue Jul 29, 2008 12:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: output from hashed file
- Replies: 47
- Views: 11788
- Tue Jul 29, 2008 12:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs running very longtime
- Replies: 11
- Views: 3895
- Tue Jul 29, 2008 11:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs running very longtime
- Replies: 11
- Views: 3895
- Tue Jul 29, 2008 11:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: output from hashed file
- Replies: 47
- Views: 11788
The SET.TERM.TYPE command should be on a separate line; and a subsequent GET.TERM.TYPE command will show a new width of 132 (or you can set it higher, if you wish). Right now, 5 columns of width 15 plus the default 3 space separator is over 80, which is why you are getting this vertically aligned ou...