Search found 53125 matches
- Tue Mar 26, 2013 1:29 pm
- Forum: General
- Topic: Source to Target mapping
- Replies: 24
- Views: 8280
- Mon Mar 25, 2013 10:47 pm
- Forum: General
- Topic: How to Unzip files using datastage?
- Replies: 11
- Views: 7772
- Mon Mar 25, 2013 4:20 pm
- Forum: General
- Topic: Source to Target mapping
- Replies: 24
- Views: 8280
The output pin from a Transformer stage has an OLETYPE of CTrxOutput in its DS_JOBOBJECTS record. Within this record, multivalued field numbers 14-34 describe the columns on the link and, specifically, the derivation expressions are in field number 25. To see just this, try something like SELECT EVA...
- Mon Mar 25, 2013 3:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Incremental Loading Without Date fields in source
- Replies: 12
- Views: 3604
- Mon Mar 25, 2013 3:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage8.1,
- Replies: 3
- Views: 1552
- Mon Mar 25, 2013 3:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: two type conversions in one derivation
- Replies: 9
- Views: 2762
- Mon Mar 25, 2013 3:41 pm
- Forum: General
- Topic: How to Unzip files using datastage?
- Replies: 11
- Views: 7772
Re: How to Unzip files using datastage?
Probably a limit on file size in 32-bit Windows operating system.priyadarshikunal wrote:And what is this 3 GB limit for sequential file stage?
Have you (pkll) investigated the Expand stage?
- Mon Mar 25, 2013 4:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to split Array in datastage?
- Replies: 8
- Views: 9315
Start by ceasing to believe that rows/second is in any way meaningful. It includes all wait time (while the stages are starting up), it is rounded to the nearest sampling interval, and unless row sizes are identical you're not comparing apples with apples anyway. What's so magic about the 10000 figu...
- Mon Mar 25, 2013 12:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Configuration file with multiple scratch/dataset
- Replies: 11
- Views: 3741
- Mon Mar 25, 2013 12:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Configuration file with multiple scratch/dataset
- Replies: 11
- Views: 3741
- Sun Mar 24, 2013 10:19 pm
- Forum: General
- Topic: Error calling subroutine: DSR_NLS (Action=14);
- Replies: 9
- Views: 5275
UNIX permissions. All of the files in the project should, if best practice is followed, be owned by dsadm with group (let's say) dstage. The dsstage user should have the dstage group as primary group. ALL DataStage users should have umask set to 002, so that other members of the group have access to...
- Sun Mar 24, 2013 10:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Configuration file with multiple scratch/dataset
- Replies: 11
- Views: 3741
- Sun Mar 24, 2013 7:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Configuration file with multiple scratch/dataset
- Replies: 11
- Views: 3741
Well, sequential in some sense, although DataStage parallel engine simply doesn't move data in chunks of less than 32KB. So what you're seeing is Round Robin allocation over the directories marked as resource disk for your node. This is the only way that DataStage does it when there are multiple res...
- Sun Mar 24, 2013 7:07 pm
- Forum: General
- Topic: Error calling subroutine: DSR_NLS (Action=14);
- Replies: 9
- Views: 5275
- Sun Mar 24, 2013 12:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date appearing in internal format when viewed from OCI stage
- Replies: 7
- Views: 3011