Search found 53125 matches
- Wed Nov 29, 2006 1:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2/UDB Load Question
- Replies: 10
- Views: 5119
Figure out exactly what you want to do, and create the shell script. Use exit commands within the shell script to control the exit status value; for example exit 1 causes the exit status to be set to 1. ExecSH is a "canned" before/after subroutine. You can inspect the code in the Routines branch of ...
- Wed Nov 29, 2006 1:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Timestamp Conversion
- Replies: 8
- Views: 1615
- Wed Nov 29, 2006 1:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Failed to delete old project
- Replies: 2
- Views: 1006
Check for three things. Is there an entry in UV.ACCOUNT for this project? (Note that the table name contains a dot, not an underscore.) Is there an entry in UV_SCHEMA for this project? (If so, you will need to use VERIFY.SQL to remove it.) Does the physical project directory still exist and, if so, ...
- Wed Nov 29, 2006 1:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to track which ETL job is loading 1 particular DB table
- Replies: 24
- Views: 9426
Can we save the metadata definitiona at a later stage and use this method? Yes, using Save from a job design also establishes a linkage that Usage Analysis and other analyses can use. (However it does not save format information for sequential files.) During the Save dialog be systematic about your...
- Wed Nov 29, 2006 1:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ArraySize and Transaction Size
- Replies: 16
- Views: 4209
- Wed Nov 29, 2006 1:32 pm
- Forum: General
- Topic: CIDocData operator=(char): String too long for field .
- Replies: 3
- Views: 2263
Your problem is that your data do not conform to your metadata. One (at least) of your rows contains a value in the VarChar field that is too large to fit into the Char field. Use a substring function to effect the appropriate truncation. Or delcare the Char field large enough. I presume from the fu...
- Wed Nov 29, 2006 12:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trim Function in Modify Stage
- Replies: 21
- Views: 12414
Have you tried two functions?
Code: Select all
string_trim[" ",begin](string_trim[" ",end](MyString))- Wed Nov 29, 2006 12:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: warning in change capture
- Replies: 1
- Views: 1184
Even Search can help you. Reading through the Change Capture stage chapter in the Parallel Job Developer's Guide will provide you with the rules.
- Tue Nov 28, 2006 11:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Array size is not compatible plz help.
- Replies: 6
- Views: 1503
Perhaps the answers on the other active thread on this issue would be a good place to look.
- Tue Nov 28, 2006 11:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to track which ETL job is loading 1 particular DB table
- Replies: 24
- Views: 9426
- Tue Nov 28, 2006 11:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup
- Replies: 5
- Views: 1316
- Tue Nov 28, 2006 11:48 pm
- Forum: Site/Forum
- Topic: Do you plan upgrading to the new 8 version (Hawk)
- Replies: 11
- Views: 6457
You're a kind-hearted soul, Roy, obviously with little exposure to sales staff in the IT industry. Read Dilbert more often. It may also be that there was confusion between legacy QualityStage jobs (which do become read-only, apparently) and DataStage, but I prefer to preserve my cynicism on this one.
- Tue Nov 28, 2006 5:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to append a time stamp to the ouput file in FTPStage ?
- Replies: 10
- Views: 2228
- Tue Nov 28, 2006 5:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Having problem with Column having length of 1000
- Replies: 11
- Views: 4216
- Tue Nov 28, 2006 5:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage 8.0 training
- Replies: 1
- Views: 975