Please post this question in the Parallel Extender forum.
Someone who lurks there may have an answer.
It's more likely to be possible in PX than the "not at all" in server jobs!
Search found 53125 matches
- Wed Oct 20, 2004 8:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Decripting information
- Replies: 2
- Views: 661
- Wed Oct 20, 2004 4:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSGetLinkInfo with in a shared Container
- Replies: 5
- Views: 1591
- Wed Oct 20, 2004 4:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Default values in target database
- Replies: 4
- Views: 1443
You can organize for default values to be set in the target database itself. Every column definition is able to have a DEFAULT clause. Other than that, if the column is updated by DataStage, then DataStage must generate a value with which to update that column. It doesn't matter what you do or how y...
- Wed Oct 20, 2004 4:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ABAP Code created by DS
- Replies: 3
- Views: 1125
- Wed Oct 20, 2004 4:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: PL/SQL
- Replies: 2
- Views: 1296
What do you mean by "real time"? Yes, you can use stored procedures, subject to some restrictions (for example the SP must process a record set). The stored procedure definition must first be imported into the DataStage Repository (so that DataStage can check that the correct number of arguments is ...
- Wed Oct 20, 2004 4:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problems extracting data from Lotus Notes using NotesSQL
- Replies: 16
- Views: 7782
- Wed Oct 20, 2004 4:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mutex errors
- Replies: 12
- Views: 5019
- Wed Oct 20, 2004 3:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Finding and correcting 'data type mismatch' message
- Replies: 2
- Views: 842
Prevention is better than cure. If you begin by preparing the metadata (in this case importing the table definitions) then metadata mismatches ought never to occur. In practice they can under controlled circumstances, such as importing using ODBC stage then using the table definitions in an OCI stag...
- Wed Oct 20, 2004 3:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequencer
- Replies: 1
- Views: 1142
A Job Sequence is a graphical way to design what ends up being a job control routine, so ultimately they're the same thing. In fact you can view the generated job control code (in the Job Properties window) after you have compiled a job sequence. Triggers are a means whereby conditional dependency i...
- Wed Oct 20, 2004 3:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage
- Replies: 5
- Views: 2185
- Tue Oct 19, 2004 11:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issue with Iconv & Oconv
- Replies: 8
- Views: 7539
- Tue Oct 19, 2004 11:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to count rows extracted from MS Sql table
- Replies: 10
- Views: 3485
The word "subsequently" in my earlier post was intentional. You can't determine the final number of rows (lines in a file) until it's completely loaded. This means that you would not use DSGetLinkInfo() in a Transformer stage. Two reasons; the current count increments for every row processed, and it...
- Tue Oct 19, 2004 11:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: VOC file and commands
- Replies: 7
- Views: 1458
- Tue Oct 19, 2004 4:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: VOC file and commands
- Replies: 7
- Views: 1458
Recommended umask is 002. This means that everyone in the same group as the user who creates an object (such as an RT_CONFIGxxx file) will have all access to that object. Permissions on the VOC file should be -rw-rw-r-- for similar reasons. Permissions on the project directory should be drwxrwxr-x w...
- Tue Oct 19, 2004 4:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP Stage
- Replies: 2
- Views: 942