Search found 15603 matches
- Thu Jan 26, 2006 8:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generates unique values
- Replies: 7
- Views: 1322
- Thu Jan 26, 2006 4:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Write to ORA_BULK stage
- Replies: 13
- Views: 2746
- Thu Jan 26, 2006 4:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generates unique values
- Replies: 7
- Views: 1322
Stage variables are computed for each row; so there is no additional looping possible with them use in the normal way. Since a sequential file is in reality just a long string with one or two special characters that denote new lines (either <cr> or <cr><lf>) you could always put together your own st...
- Thu Jan 26, 2006 4:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Improve Performance by reducing if clauses in Transformer
- Replies: 8
- Views: 2256
- Thu Jan 26, 2006 4:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generates unique values
- Replies: 7
- Views: 1322
Since your source file has nothing at all to do with the output file why not approach the matter differently. Take a dummy source file with more rows than you want to generate and read it in a simple job. Ignore any columns from that source file, in your transform stage just set the output column va...
- Thu Jan 26, 2006 3:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generates unique values
- Replies: 7
- Views: 1322
- Wed Jan 25, 2006 5:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: User-defined value in SDKSequences
- Replies: 3
- Views: 933
- Wed Jan 25, 2006 10:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to update or insert
- Replies: 4
- Views: 1180
Thiru, please be aware that normally post with "urgent" and "asap" are handled with lower priority in this forum. If you have a service provider you can go to them and expect quick turnaround, but DSXchange is a community of volunteers. The question you have asked has been posed before and is also o...
- Wed Jan 25, 2006 9:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Timed out while waiting for an event
- Replies: 4
- Views: 1641
- Wed Jan 25, 2006 9:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Audit / Run-Time Information in Datastage
- Replies: 7
- Views: 2741
In the BASIC interface you can use DSGetLinkInfo() to get the number of rows passed through any link in a job; so you can get some of your required data there. The normal log file entries will also, for some stage types, list the number of update/inserts executed and you can retrieve and parse that ...
- Wed Jan 25, 2006 8:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: upgrade from datastage 7.1 to latest version 7.5.1A
- Replies: 3
- Views: 1650
DataStage 7.5.1a has bugs. So does 7.1. Some of the 7.1 bugs are fixed at 7.5.1a and some of them are new. Most migrations from 7.1 up to 7.5.1a are easy and cause no problems. Sometimes small differences have been shown to be bothersome, but nothing insurmountable and no reason not to upgrade if yo...
- Wed Jan 25, 2006 8:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: no of process ids
- Replies: 28
- Views: 7584
The way you have the BASIC coded will open and overwrite (potentially only partially overwrite) the sequential file. The statement "WEOFSEQ {FilePtrVariable}" will truncate a file at the current position, and the statement "SEEK {FilePtrVariable},0,2" to position the file pointer to offset 0 relativ...
- Wed Jan 25, 2006 8:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reg Inter Process
- Replies: 2
- Views: 980
- Wed Jan 25, 2006 6:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset issue in Datastage
- Replies: 10
- Views: 3665
- Wed Jan 25, 2006 6:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling DataStage job from Unix script
- Replies: 8
- Views: 7001