Search found 53125 matches
- Sat Apr 07, 2007 3:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Source Error Message: Local Data - Out of Context
- Replies: 1
- Views: 993
Welcome aboard (willkommen?) :D "Out of context" is only meaningful in the debugger. What it means is that you have items on the watch list that are not visible from the point where the debugger is currently paused. Consider the following design. Source ---> Tfmr1 ---> Tfmr2 ---> Tfrm3 ---> Target L...
- Sat Apr 07, 2007 3:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Number of server jobs in sequence
- Replies: 4
- Views: 1963
Re: Number of server jobs in sequence
The obvious question: What has changed? ("Nothing" is not the correct answer.)
- Sat Apr 07, 2007 3:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: No design time information
- Replies: 9
- Views: 4061
Read it carefully. It is NOT the same error. The first one came from DSR_RECORD; this one comes from DSR_NLS. It suggests, however, that something is badly wrong with your project. At this stage I'd be looking at creating a new project, exporting everything from this one and importing it into the ne...
- Fri Apr 06, 2007 10:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: No design time information
- Replies: 9
- Views: 4061
- Fri Apr 06, 2007 10:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: No design time information
- Replies: 9
- Views: 4061
- Fri Apr 06, 2007 10:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance while loading target database table
- Replies: 30
- Views: 10134
- Fri Apr 06, 2007 10:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StringtoTimestamp + Substring
- Replies: 2
- Views: 817
- Fri Apr 06, 2007 10:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: system variables
- Replies: 5
- Views: 1970
I'm prepared to bet you do NOT require running totals, just the row counts at the end. These are captured for you in the log if you enable APT_PM_ROW_COUNTS (from memory). The DSGetLinkInfo() function can report the total rows on the link or the per-instance (per-node) row counts for that link. Ther...
- Fri Apr 06, 2007 10:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: No design time information
- Replies: 9
- Views: 4061
- Fri Apr 06, 2007 10:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Migraton ISSUE
- Replies: 10
- Views: 2308
- Fri Apr 06, 2007 10:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Duplicate Row Issue
- Replies: 10
- Views: 3009
You don't - can't - have multiples of the key value in a hashed file. They way they work relies absolutely upon having unique keys. Therefore, you will need a different approach - perhaps a secondary key lookup via a UV stage from a hashed file with an artificial key. If you do that, you can readily...
- Fri Apr 06, 2007 10:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: No design time information
- Replies: 9
- Views: 4061
- Fri Apr 06, 2007 10:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: trim
- Replies: 9
- Views: 2032
Maybe a COBOL programmer! The data you get from the mainframe is fixed width. That is the basic source of the pad characters (spaces). Look at the imported table definition - choose the Layout tab and select COBOL to see what I mean. You do need to trim the strings, even though your declared data ty...
- Fri Apr 06, 2007 10:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Testing with various REGION SIZES COBOL job fails on Z/OS
- Replies: 2
- Views: 1032
- Fri Apr 06, 2007 10:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance while loading target database table
- Replies: 30
- Views: 10134