Search found 15603 matches
- Thu Jun 15, 2006 3:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: The job aborts exactly after 10 mins with SISEGV error
- Replies: 3
- Views: 1056
- Thu Jun 15, 2006 2:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: if FileB is not empty propagate FileA
- Replies: 33
- Views: 4705
- Thu Jun 15, 2006 12:52 am
- Forum: General
- Topic: Job Searching Facility
- Replies: 7
- Views: 2519
- Thu Jun 15, 2006 12:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage OSH system process PID Tracking
- Replies: 2
- Views: 2540
I'm not at a DataStage client right now so cannot check up, but I thought either setting APT_DUMP_SCORE or another debugging switch will display not only how many processes are used in running a job but also which PIDs they have. You can also traceback the PID to its parent and so on until you get t...
- Thu Jun 15, 2006 12:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Estimating memory usage requirement of a DS Job
- Replies: 2
- Views: 1048
There is no simple method to do this. If you start off with a DUMP_SCORE value you will see how the compiler has put the runtime objects together; you will see how many actual processes are fired off and which stages have been "combined" out of the executable. Then you will have to look at each stag...
- Thu Jun 15, 2006 12:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Instance
- Replies: 3
- Views: 950
All you need to do in order to create a multiple instance DataStage job is to check on the tick box in the attributes of a job in the Designer. You will need to make sure that this job can run in parallel by yourself - for instance by checking to see that any output or interim sequential files have ...
- Wed Jun 14, 2006 10:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Best way of creating a list of jobs
- Replies: 7
- Views: 1431
- Wed Jun 14, 2006 7:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find Max Sequence Number from a record
- Replies: 13
- Views: 4150
- Wed Jun 14, 2006 7:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: First Character of source to First char of target
- Replies: 5
- Views: 959
You are right, in 99% of the cases this is unnecessary as the implicit padding will be right when going to a VarChar from CHAR. But sometimes the default pad character might not be set to space - so in this type of scenario I'd always opt for the explicit method. I am thinking more of PX jobs than s...
- Wed Jun 14, 2006 7:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: decompiler
- Replies: 10
- Views: 2930
The purchased decompiler (can't recall who sells it anymore) will retrieve everything but common block variable names and CASE constructs (they compile down to embedded IF-THEN-ELSE statements. But you would still need to take those programs and put them back into the repository. This can be done fo...
- Wed Jun 14, 2006 7:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 UDB Bulk Stage - Performance Issue
- Replies: 57
- Views: 14878
- Wed Jun 14, 2006 7:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error in oracle plugin
- Replies: 8
- Views: 2073
sudhakar_viswa, I had to answer that way to your question and would do the same next time. Of course we understand that the problem is urgent for you, not for anyone else. But I felt that since it wasn't urgent or important enough for you to use the SEARCH facility I wouldn't expend any energy on th...
- Wed Jun 14, 2006 7:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find Max Sequence Number from a record
- Replies: 13
- Views: 4150
- Wed Jun 14, 2006 6:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: First Character of source to First char of target
- Replies: 5
- Views: 959
You are going from CHAR(1) to CHAR(2). Use explicit padding of one space in your derivation. The derivation for TrgCol1 is
Code: Select all
SrcCol1:' '- Wed Jun 14, 2006 6:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error in oracle plugin
- Replies: 8
- Views: 2073