Search found 53125 matches
- Sat Oct 28, 2006 9:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: All objects in the Job become PLUG objects.
- Replies: 9
- Views: 3122
- Sat Oct 28, 2006 4:36 pm
- Forum: Enhancement Wish List
- Topic: Data Element returned by DSGetLinkMetaData()
- Replies: 0
- Views: 1374
Data Element returned by DSGetLinkMetaData()
Data Elements are the place where you record the business metadata associated with a business term, such as Customer, Money, Telephone Number, and so on. Most developers up to version 7.5 have ignored Data Elements as they do not realize the importance of business metadata. With the availability of ...
- Sat Oct 28, 2006 2:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: adding column names to reject file
- Replies: 15
- Views: 3482
- Sat Oct 28, 2006 2:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Setting Reader per node on sequential file
- Replies: 10
- Views: 4982
Yes, N times on the same node. On each node, if more than one. Each reader process reads 1/Nth of the rows from the file. Multiple readers per node is a technique for applying more than one process to reading a sequential file (which has to be read sequentially). At the beginning the size of the fil...
- Sat Oct 28, 2006 1:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Start Loop
- Replies: 7
- Views: 1653
- Sat Oct 28, 2006 6:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: VARCHAR TO DATE CONVERSION
- Replies: 3
- Views: 1386
- Sat Oct 28, 2006 6:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reset the jobs
- Replies: 6
- Views: 1591
Create your batch as a job sequence and use "Reset if required, then run" as the run method in each Job activity. That will do it for you. Optionally inspect the generated job control code, look for calls to DSPrepareJob() - this is how you would do it if you cut your own code. From the traditional ...
- Fri Oct 27, 2006 5:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Range look up with UV stage
- Replies: 7
- Views: 2207
- Fri Oct 27, 2006 5:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: replacing null column with some value and assigning a keyval
- Replies: 20
- Views: 4451
To perform a lookup you have to have something in your source table that you can use a key into the reference table - it does not appear that your design fulfils this criterion. I believe you are trying to accomplish two things - to generate a sequential key where FIRST_NAME and LAST_NAME both exist...
- Fri Oct 27, 2006 5:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: data issues
- Replies: 6
- Views: 1577
- Fri Oct 27, 2006 5:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: There are no sort keys in the dataset schema
- Replies: 7
- Views: 4753
- Fri Oct 27, 2006 1:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: i am getting this fatal error
- Replies: 7
- Views: 3119
- Fri Oct 27, 2006 1:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Upserting data into teradata table
- Replies: 4
- Views: 1578
- Fri Oct 27, 2006 1:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Metadata Mismatch-Hash File when Opened in UV stage
- Replies: 5
- Views: 918
Answered here
- Fri Oct 27, 2006 1:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: executing parallel jobs in stand alone machine
- Replies: 4
- Views: 1194