I respectfully request that you either read the documentation or browse the threads here to get your question answered. "PX" stands for "Parallel Extender".
The word "neone" doesn't exist in English. This is a full-text forum, not an SMS one.
Search found 15603 matches
- Sat Nov 01, 2008 7:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage PX
- Replies: 3
- Views: 944
- Sat Nov 01, 2008 7:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StringToDate("#date_2nd_month#")
- Replies: 3
- Views: 925
- Sat Nov 01, 2008 7:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: string to date function
- Replies: 3
- Views: 1004
- Sat Nov 01, 2008 7:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Limiting record count in Data stage
- Replies: 2
- Views: 4598
DataStage PX Jobs do not limit the number of rows read. It is possible to use a transform stage and filter by using the @INROWNUM value of the record, but that can get complicated by using multiple nodes, as each node will start counting at 1. It is simpler to actually create several input files, ea...
- Sat Nov 01, 2008 7:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Column comparision
- Replies: 5
- Views: 955
There is no reason to open up a new thread for the same subject, even if none of the answers you received satisfied you. There is no easy way to compute that all your columns are distinct. This would be a case for coding either a build-op or writing some BASIC code. Since I am more conversant with B...
- Fri Oct 31, 2008 5:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS_TEMP Deletes
- Replies: 5
- Views: 3075
Don't delete anything in project directories from UNIX . You have now ensured that next time any of the jobs are compiled where you have deleted the temporary directories you will get fatal errors. Most likely you will have to backup the jobs in question, delete them in DS and then re-import them b...
- Fri Oct 31, 2008 5:45 am
- Forum: General
- Topic: handling fraction data
- Replies: 1
- Views: 855
- Fri Oct 31, 2008 5:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Location of DS_AUDIT,DS_JOBS in repository
- Replies: 3
- Views: 1082
- Fri Oct 31, 2008 5:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Never use basic transformers!!!
- Replies: 22
- Views: 6434
- Fri Oct 31, 2008 5:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Alphanumeric validation in tranformer
- Replies: 2
- Views: 1226
- Fri Oct 31, 2008 5:34 am
- Forum: General
- Topic: Test Cases
- Replies: 2
- Views: 841
- Fri Oct 31, 2008 5:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS Job Error
- Replies: 2
- Views: 751
- Fri Oct 31, 2008 5:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to define Multiple Unique Keys
- Replies: 3
- Views: 1534
Hashed files work by converting the record key into a numeric value; this is the number of hash "buckets" that the file will have. When reading, once a key has hashed into a bucket the contents are searched sequentially to find the actual key and reference to the data. If a bucket is grossly overfil...
- Fri Oct 31, 2008 5:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Create XML File from Sequential File.
- Replies: 2
- Views: 858
Bikan, once you know how an XML file is formatted and how you wish to structure your XML from the source file the actual steps involved in DataStage to do this are easy. But you need to understand what XML structures are and how a file is built up before you can do this. I would recommend first brow...