Search found 53125 matches
- Thu Jan 11, 2007 8:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer logic
- Replies: 6
- Views: 1806
- Thu Jan 11, 2007 8:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage PX Install Issue
- Replies: 8
- Views: 5873
- Thu Jan 11, 2007 8:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning - Exceed maximum display length
- Replies: 22
- Views: 9735
Ross, find out what the largest field size in your log file is.
It may even be bigger than 16KB!
Sam, a power of 2 works best for MAXFETCHBUFF.
Code: Select all
SELECT MAX(CHAR_LENGTH("FULL.TEXT")) FROM RT_LOGnnn;It may even be bigger than 16KB!
Sam, a power of 2 works best for MAXFETCHBUFF.
- Thu Jan 11, 2007 8:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding DSUtility
- Replies: 38
- Views: 5659
- Thu Jan 11, 2007 8:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to remove record having special characters
- Replies: 16
- Views: 4745
- Thu Jan 11, 2007 8:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Variable Length input file EBCDIC with a Record length field
- Replies: 3
- Views: 1216
Welcome aboard. :D The Complex Flat File in server jobs simply does not handle OCCURS DEPENDING ON (though it does handle OCCURS n TIMES). Because it's my background, I'd create a before-job subroutine to convert this file to ASCII and line terminated. The following code is written without access to...
- Thu Jan 11, 2007 3:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding Parameters
- Replies: 29
- Views: 5829
- Thu Jan 11, 2007 3:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to remove record having special characters
- Replies: 16
- Views: 4745
Your business rule needs clarification. Define "bad". For example, if you wish to eliminate any character that is neither alphabetic nor numeric, state this as the rule. The "MCP" conversion is only useful if you have non-printing characters; it does not solve the original question. See if you can u...
- Thu Jan 11, 2007 3:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer logic
- Replies: 6
- Views: 1806
- Thu Jan 11, 2007 3:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sybase OC stage for PX jobs
- Replies: 8
- Views: 2840
- Thu Jan 11, 2007 3:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS Warning
- Replies: 2
- Views: 1426
- Thu Jan 11, 2007 3:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding Parameters
- Replies: 29
- Views: 5829
- Thu Jan 11, 2007 3:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: This item has no design time information
- Replies: 15
- Views: 6210
The Administrator client will tell you if a project is protected. Yours is not, because you have been able to effect edits. The message "Record J\644\V0A5 in file DS_JOBOBJECTS does not exist" refers to an annotation. But that may not be the only other thing missing from the job. Do you have an earl...
- Thu Jan 11, 2007 3:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How is your Linux security setup for DataStage?
- Replies: 1
- Views: 688
Linux is no different from any other O/S in this regard. One group per project. One extra group for the DataStage software: this should be the primary group of the dsadm user. Developers belong only to the groups for the projects with which they can work. Users' umask is 002. DataStage roles are ass...
- Thu Jan 11, 2007 2:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding Parameters
- Replies: 29
- Views: 5829