Still no.
Using that approach you don't have multiple copybooks, which was the question you originally asked.
Search found 53125 matches
- Thu Jan 10, 2008 4:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Batch Import Metadata
- Replies: 3
- Views: 805
- Thu Jan 10, 2008 4:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem While inserting the data in DB2 EE stage
- Replies: 3
- Views: 2460
- Thu Jan 10, 2008 4:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Suppose for lookup primary data is having 10 million records
- Replies: 5
- Views: 1343
Your understanding is correct. On the other hand, Hash partitioning may consume resources to repartition the data. Overall, Hash partitioning is to be preferred in an MPP environment, because of the larger volume of data to be moved to the different nodes over the network. Entire is the "lazy" appro...
- Thu Jan 10, 2008 4:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential Files in PX
- Replies: 9
- Views: 2207
- Thu Jan 10, 2008 4:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: wht is the architecture of datastage ?
- Replies: 9
- Views: 3901
- Thu Jan 10, 2008 4:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how can delete datset files in command mode?? plz expln detl
- Replies: 2
- Views: 886
Grammatical Note We advocate a professional standard of writing here on DSXchange, not least to save those for whom English is not the first language from having to decode weird constructions and abbreviations. In particular, don't use "plz"; the word is "please". Don't use "expln"; the word is "ex...
- Thu Jan 10, 2008 4:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: HOW CAN WE DELETE DATASET FILES IN DATASTAGE PX
- Replies: 4
- Views: 3271
To use the orchadmin command, APT_CONFIG_FILE should be set to point to a configuration file that is, or is compatible with, that used when the Data Set was created. You may require certain other environment variables, such as APT_ORCHHOME, to be set depending on from where you are executing the orc...
- Thu Jan 10, 2008 2:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Batch Import Metadata
- Replies: 3
- Views: 805
- Thu Jan 10, 2008 2:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential Files in PX
- Replies: 9
- Views: 2207
- Wed Jan 09, 2008 11:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential Files in PX
- Replies: 9
- Views: 2207
- Wed Jan 09, 2008 11:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implicit conversion; from source type "int64" to r
- Replies: 1
- Views: 1239
You are being alerted to the fact that not every int64 will fit in a 10 character string. The biggest int64 is 9223372036854775807, which has 19 characters (20 if you allow one for the sign). Your output field needs to be a string of at least 20 characters to avoid this warning (alert message) from ...
- Wed Jan 09, 2008 11:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Most effective way to define a constraint
- Replies: 5
- Views: 1611
- Wed Jan 09, 2008 11:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IS 8.0.1 Client on a Citrix Server
- Replies: 3
- Views: 1079
- Wed Jan 09, 2008 11:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error during running server routine for setting the path
- Replies: 3
- Views: 1082
Alas, no. The Test bed you get in Designer* does not have the fully-featured "wrapper" that a job sequence (= job control routine) has. * For those on versions earlier than 8.0, read Manager here. In version 8 all Manager functionality has been subsumed into Designer and there is no more Manager cli...
- Wed Jan 09, 2008 5:24 pm
- Forum: IBM QualityStage
- Topic: how to standardize MNS data
- Replies: 3
- Views: 1651
The short answer is to have DataStage (or some other utility such as sed) pre-process the file so that each pair of lines becomes one. If you have WAVES you could use that. Otherwise MNS is all that is offered "out of the box" for multi-national address processing. Of course, you could write your ow...