Search found 53125 matches
- Mon May 29, 2006 1:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of job
- Replies: 5
- Views: 1856
When you reset the aborted job in Director do you get extra diagnostic information in an event "from previous run..."? It may also be the case that your loading into the database table is generating 50 warnings so you are triggering your maximum warnings limit. Without you telling us what's in the ...
- Mon May 29, 2006 1:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deleting Jobs in Development
- Replies: 3
- Views: 1706
- Mon May 29, 2006 1:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Type Varchar 1500
- Replies: 10
- Views: 4314
- Mon May 29, 2006 12:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to generate surrogate key through routine
- Replies: 2
- Views: 1014
- Sun May 28, 2006 3:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: transformation problem
- Replies: 9
- Views: 3122
With 64-bit hashed file it's of the order of the smaller of 2 PB (two million TB) and the largest file your operating system will permit. Best performance will be had by keeping the hashed files as small as possible; for example the key values and row number only. Depends on what you actually need t...
- Sun May 28, 2006 3:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Mainframe FTP to DSEE in AIX
- Replies: 3
- Views: 1480
Send two files - the DDS file and another "flag" file sent after it. The flag file can be empty, or contain a small amount of information. If DataStage waits for the "flag" file to appear, then the DDS file must have appeared, since its transfer was not initiated until the DDS file's transfer had be...
- Sun May 28, 2006 1:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: transformation problem
- Replies: 9
- Views: 3122
- Sat May 27, 2006 3:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: string function
- Replies: 4
- Views: 1465
Code: Select all
Convert("s","z",Ereplace(Ereplace(Ereplace("Those cwazy Others, whadda they know?","Th","D",-1,0),"th","dd",1,1),"th","d",1,1))- Sat May 27, 2006 3:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage administartion
- Replies: 9
- Views: 3392
- Sat May 27, 2006 3:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Polish Charecter Nls Support
- Replies: 15
- Views: 4617
Maps do not support languages, they support character sets. Polish should be able to be achieved entirely within ISO8859; check the NLS database (how to do this is in the NLS manual) to find out which subset of this you need to include the accented characters. Polish characters ought, if my memory s...
- Sat May 27, 2006 3:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Type Varchar 1500
- Replies: 10
- Views: 4314
- Sat May 27, 2006 3:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to save the Job
- Replies: 8
- Views: 2067
- Sat May 27, 2006 1:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: string function
- Replies: 4
- Views: 1465
Trim() function is the one you want. Specify the "-" character as the second argument of Trim(), and the third argument is a single character code specifying from where you want them removed. You can learn all the options by reviewing on-line help or from the DataStage BASIC manual. A second possib...
- Sat May 27, 2006 1:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage administartion
- Replies: 9
- Views: 3392
- Sat May 27, 2006 1:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: View ODBC Stage Data
- Replies: 7
- Views: 1949
DataStage does not, in general, have the ability to process BLOBs. If you think about the reason is obvious; DataStage is an ETL tool; what kinds of transformation are relevant - even possible - with BLOBs? If you search the forum you will find some workarounds involving encoding the BLOB, but you c...