Search found 53125 matches
- Mon Dec 15, 2008 9:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to copy hash file from one folder to another folder
- Replies: 1
- Views: 785
- Mon Dec 15, 2008 9:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: generating schema file
- Replies: 10
- Views: 3714
- Mon Dec 15, 2008 9:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_BadAlloc: Heap allocation failed
- Replies: 9
- Views: 9714
- Mon Dec 15, 2008 9:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: best practice to handle billion records
- Replies: 3
- Views: 1730
1. Search DSXchange for ideas about throughput performance. 2. Create a job that identifies which rows are to be inserted and which have to be updated/deleted. Bulk load the inserts. 3. Create multiple instances of your job each of which processes a proportion of the records. (Be very careful with t...
- Mon Dec 15, 2008 9:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Input column does not promote to output column
- Replies: 5
- Views: 4416
- Mon Dec 15, 2008 9:32 pm
- Forum: General
- Topic: Converting Date using regular transformer
- Replies: 3
- Views: 1506
Welcome aboard. You won't get a timestamp without specifying a time part. You won't get proper handling of null unless you handle the null. For example If IsNull(InLink.TheString) Then SetNull() Else ... Given that the date is a string use string operators (substring and concatenation) to construct ...
- Mon Dec 15, 2008 9:29 pm
- Forum: General
- Topic: Unable to delete datasets using orchadmin
- Replies: 2
- Views: 5048
- Mon Dec 15, 2008 9:26 pm
- Forum: General
- Topic: UniVerse RetrieVe syntax for accessing field number
- Replies: 2
- Views: 1454
Why do you believe the long description is in field #7? I suspect (without checking) that the long description is usually in field #5 (except for DS_JOBS). Anyway, to answer the question, you clearly have not been looking in the right places. Any particular field number can be extracted using the Fi...
- Mon Dec 15, 2008 9:21 pm
- Forum: General
- Topic: Unable to write to datasets
- Replies: 6
- Views: 1512
- Mon Dec 15, 2008 3:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: OCI Stage - Issue with reading decimal values
- Replies: 11
- Views: 3458
- Mon Dec 15, 2008 3:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Row Generator & Year Date
- Replies: 8
- Views: 2882
- Mon Dec 15, 2008 3:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Complex file reading
- Replies: 8
- Views: 2350
Add a reject output link from the Sequential File stage; this will capture any row that does not match the record schema for a detail record, and downstream stages on this link can re-parse for example to retrieve the dates and totals. record schema { policy_no string[8]; filler1 string[1]; table_no...
- Mon Dec 15, 2008 3:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error at login - Failed to create the ASB COM wrapper object
- Replies: 7
- Views: 4489
- Mon Dec 15, 2008 3:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: record dropping
- Replies: 4
- Views: 1490
- Mon Dec 15, 2008 3:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Splitting single column values(length not fixed)
- Replies: 5
- Views: 1571