Precisely what I suggested. Set them up as input text overrides. They will reside in a separate (text) file reserved for input text overrides.
I don't have QS at the moment, otherwise I could tell you the name of the file. Read the section of the manual about Rule Sets; it will tell you.
Search found 53125 matches
- Thu Jul 24, 2008 2:03 am
- Forum: IBM QualityStage
- Topic: Multiple words substitution in QS standardization stage
- Replies: 2
- Views: 1605
- Thu Jul 24, 2008 2:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date comparision
- Replies: 2
- Views: 865
- Thu Jul 24, 2008 1:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: erroneous link collector output
- Replies: 6
- Views: 1777
Are you using Round Robin or Sort/Merge as your collection algorithm? If it's round robin, I believe it can start generating output as soon as it sees a row on any link BUT it should not close just because end-of-data has been processed on one input. That, I think, is a bug. With sort/merge a simila...
- Thu Jul 24, 2008 1:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SCD stage output
- Replies: 8
- Views: 2863
- Thu Jul 24, 2008 1:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Bad record delimiter Fixed width length "\n" got &
- Replies: 9
- Views: 8955
- Thu Jul 24, 2008 12:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: run time entry
- Replies: 4
- Views: 1000
- Thu Jul 24, 2008 12:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need to put leading zero at right if it is null
- Replies: 2
- Views: 1348
Tryor or just for three.
Code: Select all
Fmt(InLink.TheNumber, "R%2")Code: Select all
Fmt(InLink.TheNumber, "R'0'2")Code: Select all
Right("00" : InLink.TheNumber, 2)- Wed Jul 23, 2008 11:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: erroneous link collector output
- Replies: 6
- Views: 1777
- Wed Jul 23, 2008 11:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage PX Warning:
- Replies: 7
- Views: 2165
meet_deb85, please use a professional standard of English at DSXchange. It is difficult enough for those participants whose first language is not English when the English is correct. Introducing SMS-style abbreviations, which assume too much, such as "u", "ur" and "plz", only add to their difficult...
- Wed Jul 23, 2008 11:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SCD stage output
- Replies: 8
- Views: 2863
- Wed Jul 23, 2008 11:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: erroneous link collector output
- Replies: 6
- Views: 1777
- Wed Jul 23, 2008 11:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transforming DATE field from text file to Oracle
- Replies: 1
- Views: 1328
- Wed Jul 23, 2008 7:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivot stage upstream of Column Import stage
- Replies: 3
- Views: 1045
- Wed Jul 23, 2008 7:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conditional Replication
- Replies: 4
- Views: 2214
- Wed Jul 23, 2008 7:39 pm
- Forum: IBM QualityStage
- Topic: Warning message on Matching - IIS-DSEE-TFOR-00073
- Replies: 2
- Views: 3138
Yes. You would have found it by searching the DataStage forums. A parallel stage has a sequential stage downstream of it, but the setting of the parallel stage is "preserve partitioning". Changing this property to Clear stops the upstream stage from trying to require the downstream (sequential) stag...