Once you've opened the Edit Row dialog from the Columns grid, you will find a property called Generator. It's possible values are cycle or alphabet. All is explained in the information pane.
Don't forget to click Apply before trying to move on.
Search found 53125 matches
- Wed Nov 30, 2005 3:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Row generator and column generator
- Replies: 3
- Views: 1387
- Wed Nov 30, 2005 3:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Log Path to see the Job LOG - not thru Director!!!
- Replies: 11
- Views: 2280
I suspect you are just being impatient. To retrieve the job log, a request of the form SELECT * FROM RT_LOGnnn WHERE ... ORDER BY 1 must be issued against the Repository database. If there are many entries in the log table, sorting the report will take quite some time. No rows can be returned until ...
- Wed Nov 30, 2005 3:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RT_CONFIG 1342 - Unable to write record to file
- Replies: 4
- Views: 5417
- Wed Nov 30, 2005 3:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need Details
- Replies: 5
- Views: 1660
- Wed Nov 30, 2005 3:40 pm
- Forum: IBM QualityStage
- Topic: QS Deduplication Job taking 2jrs for 34000 records
- Replies: 13
- Views: 7405
You must be the detective - I'm not there. Take the QS pieces out of the DS job and run some timings. Run the QS jobs separately and get more timings. I doubt that qsrtmngr is likely to be the bottleneck, but you could trace that also. Monitor the system while all these things are happening, partic...
- Wed Nov 30, 2005 3:37 pm
- Forum: Site/Forum
- Topic: Get moving folder for members :)
- Replies: 3
- Views: 2386
It's a misspelling - someone is worried about the site of so many corpulent participants. Unfortunately they did tend to overfeed us at the event; a fairly common occurrence in the USA. (Actually, it's worse for me - I've since been in France checking out the patisseries!) To quote Garfield, "diet" ...
- Wed Nov 30, 2005 4:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MQ Series Trigger
- Replies: 4
- Views: 2035
- Wed Nov 30, 2005 4:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routines to load data in to a sequential file
- Replies: 9
- Views: 2160
- Wed Nov 30, 2005 4:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reserved Character Conversion
- Replies: 12
- Views: 3598
- Wed Nov 30, 2005 4:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: A list of Questions
- Replies: 5
- Views: 3213
- Wed Nov 30, 2005 4:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Key management
- Replies: 1
- Views: 756
- Wed Nov 30, 2005 4:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need Details
- Replies: 5
- Views: 1660
- Wed Nov 30, 2005 4:08 am
- Forum: IBM QualityStage
- Topic: QS Deduplication Job taking 2jrs for 34000 records
- Replies: 13
- Views: 7405
- Wed Nov 30, 2005 1:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job execution problem after C++ installation
- Replies: 5
- Views: 1568
- Wed Nov 30, 2005 1:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routines to load data in to a sequential file
- Replies: 9
- Views: 2160
Create a stage variable in a Transformer stage to count the number of times the string has been seen. Use constraint expressions to direct output accordingly. Rows go to the first file (output link) if the count is 0, to the second file if the count is 1, and so on. For large numbers of files this a...