Not really. You have to ensure that the parent record (in the referenced table) is in place before writing any child record (in the referencing table).
The only exception is when you use the Slowly Changing Dimension stage (version 8.0 and later), which manages this for you.
Search found 53125 matches
- Fri May 09, 2008 5:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Suggest the job design
- Replies: 2
- Views: 1024
- Fri May 09, 2008 5:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS Administrator
- Replies: 14
- Views: 3986
- Fri May 09, 2008 5:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Complex File Stage: variable block files
- Replies: 8
- Views: 3752
You could pre-process the file to add terminators. In DataStage BASIC you would use ReadBlk to read one byte (record type) then ReadBlk to read the requisite number of bytes for the remainder of that data. Use WriteSeq to write the result with an automatically-added line terminator. You could so the...
- Fri May 09, 2008 4:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple Instances of a job
- Replies: 4
- Views: 1504
- Fri May 09, 2008 4:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Abnormal termination at aggregator
- Replies: 1
- Views: 760
- Fri May 09, 2008 4:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: A quick verification for Sort stage
- Replies: 5
- Views: 4275
- Fri May 09, 2008 4:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Type conversion
- Replies: 1
- Views: 1309
- Fri May 09, 2008 4:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformation Logic
- Replies: 1
- Views: 649
- Fri May 09, 2008 4:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: precompilation
- Replies: 6
- Views: 1548
- Fri May 09, 2008 4:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Newline character getting loaded into DB Column
- Replies: 15
- Views: 5890
- Fri May 09, 2008 4:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read an XML file?
- Replies: 1
- Views: 750
- Fri May 09, 2008 4:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Windows Vista hiding the expression editor
- Replies: 11
- Views: 3193
- Fri May 09, 2008 4:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CONCAT timestamp
- Replies: 9
- Views: 2915
I would use the DIGITS Transform then concatenation.
Code: Select all
DIGITS(InLink.TheTimestamp) : InLink.seq_no- Fri May 09, 2008 4:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transformer Rejects not throwing warnings
- Replies: 5
- Views: 1540
- Fri May 09, 2008 4:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 7.5x2 7.5 7.1 Backward Imports
- Replies: 1
- Views: 850