Search found 53125 matches
- Mon Jan 15, 2007 3:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sharing Hash File between multiple instances
- Replies: 5
- Views: 933
- Mon Jan 15, 2007 3:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Add new character for the first record
- Replies: 7
- Views: 1989
In a before-job or before-stage subroutine use ExecSH to execute the following command:
Then make sure that the Sequential File stage that writes the file appends rather than overwrites.
Code: Select all
echo a > #FilePath#Then make sure that the Sequential File stage that writes the file appends rather than overwrites.
- Mon Jan 15, 2007 3:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: REGARDING DATASTAGE JOBS
- Replies: 3
- Views: 580
Not without knowing the reason for the request. The best answer to such a vague question is "satisfactorily" - this is the answer Rolls Royce gives when asked questions about the power output of their engines. If it's good enough for them... There is no reason to know this information, and it's all ...
- Mon Jan 15, 2007 3:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error viewing log, Computed blink does not match expected
- Replies: 17
- Views: 11500
If you really are going to get millions of unavoidable warnings - though I can not see any good reason for such a situation - you can resize the log (once it has been cleared) to handle more than 2GB.
Code: Select all
RESIZE RT_LOG1056 * * * 64BIT- Mon Jan 15, 2007 3:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Updating Sybase IQ database
- Replies: 6
- Views: 3605
- Mon Jan 15, 2007 3:38 pm
- Forum: Data Quality Best Practices
- Topic: how to import flat file to quality stage
- Replies: 6
- Views: 11111
- Mon Jan 15, 2007 3:37 pm
- Forum: Data Quality Best Practices
- Topic: using quality stage
- Replies: 2
- Views: 8664
Etiquette Note We don't do ASAP here. This is an all-volunteer forum; folks post as and when they can. If you want ASAP enrol with your support provider for priority service, and see how much "urgent" actually costs. A short answer to your question is that you define the file layout using QS Design...
- Mon Jan 15, 2007 12:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: conversion from string to timestamp
- Replies: 15
- Views: 4090
- Mon Jan 15, 2007 12:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting total numb of rows processed
- Replies: 8
- Views: 3196
Use an explicit Transformer stage in your job (the invisible one that DataStage has inserted is still a Transformer stage, so the cost is the same). That way you will have full control over the stage name. The abnormal termination was caused by DSJ.STAGEINROWNUM not being defined. Add the following ...
- Mon Jan 15, 2007 12:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: conversion from string to timestamp
- Replies: 15
- Views: 4090
- Mon Jan 15, 2007 12:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get the fraction of seconds in the time hh:mm:ss-sss
- Replies: 12
- Views: 4352
- Mon Jan 15, 2007 12:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: manually stop an activity
- Replies: 6
- Views: 2209
Set the output trigger on the WaitForFile activity to "OK"; this means that it will not fire unless the file appears. Optionally create another output, and set its trigger to Otherwise; this will fire if the timeout expires, and you need to trigger some download activity (for example Notification ac...
- Sun Jan 14, 2007 7:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to avoid overruns on Hash Files, FileSets, & DataSet
- Replies: 12
- Views: 4999
- Sat Jan 13, 2007 6:22 pm
- Forum: IBM QualityStage
- Topic: performance issue
- Replies: 3
- Views: 1865
How long is a piece of string? That's an unfair question, it depends on so many things, such as your hardware (especially CPU speed and amount of memory), parallelism, and what kind of operation you are performing. For example, a two file match may need to compare every row in one data set with ever...
- Sat Jan 13, 2007 6:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: New EtlStats soon
- Replies: 34
- Views: 13529