Search found 4992 matches
- Fri Nov 12, 2004 2:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job parameter question
- Replies: 1
- Views: 544
A job cannot change its own parameter values during runtime. The job control tab is used to control other jobs. Search this forum, we've covered job control and job parameters ad nauseum. If you which to feed job parameters, use the controlling Sequence, Batch, or command line options under dsjob to...
- Fri Nov 12, 2004 1:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Sequencer Job
- Replies: 4
- Views: 1461
- Fri Nov 12, 2004 1:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Sequencer Job
- Replies: 4
- Views: 1461
- Fri Nov 12, 2004 1:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What is the maximum display length in a Sequential file?
- Replies: 5
- Views: 885
If your column is that wide in content you will want to inspect the contents from the command line as the client job has limited functionality to do so. You cannot resize a column wider than the screen, as you can't stretch the column big enough. Plus, the left-to-right scrolling is not well built. ...
- Fri Nov 12, 2004 1:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stopping a Basic job
- Replies: 2
- Views: 629
You must build an exit strategy into BASIC or Batch jobs. Either poll a directory periodically for a "touch" flag file and stop when found, or put a timeout. One way to kill is to use kill on Unix and Task Manager on Windows. In your case, you must have access to the server console. Another option i...
- Fri Nov 12, 2004 1:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Category Structure
- Replies: 2
- Views: 800
- Fri Nov 12, 2004 1:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Defining Constraints in Transformer Stage
- Replies: 13
- Views: 12759
- Thu Nov 11, 2004 9:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Defining Constraints in Transformer Stage
- Replies: 13
- Views: 12759
- Thu Nov 11, 2004 9:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic RDBMS vs. Oracle9i Stage
- Replies: 8
- Views: 1997
- Thu Nov 11, 2004 9:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routines and Filters
- Replies: 3
- Views: 822
The before/after routines are for doing something either before the first row enters the transformer or after the last row exits the transformer. If we understood what you're trying to do we could answer better. To call the routine simply write it in DS Manager, compile it, and it will appear on the...
- Thu Nov 11, 2004 9:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: .dsx import
- Replies: 1
- Views: 1133
- Wed Nov 10, 2004 11:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Run px on windows
- Replies: 7
- Views: 2666
While grid computing (Seti@Home) is cool, I have a hard time imagining this type of processing paradigm being used. That's what PX on Windoze will ultimately be like, grid computing. PX is great in that you can harness a handful of servers, both SMP and MPP, to leverage all technologies to move the ...
- Tue Nov 09, 2004 7:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Differences between different datastage versions??
- Replies: 3
- Views: 3081
- Tue Nov 09, 2004 7:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Refuses to run job or run scheduled job.
- Replies: 12
- Views: 3288
- Tue Nov 09, 2004 7:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Basic WriteSeq
- Replies: 20
- Views: 7732
The point is always use WEOFSEQ will be required if you are opening an existing file. If you fail to use it, you could potentially have a "merged" effect of what you just wrote with what already existed in the file. This is absolutely an issue if you write fewer characters to the file than what curr...