Search found 53125 matches
- Wed Oct 19, 2005 11:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Diff between server Job Parallel Job
- Replies: 30
- Views: 9759
A DATUM is, in C terminology, a structure. One of the items in that structure is an indicator of what kind of item is currently being held in that DATUM. For example, if it's an integer, then it's stored in four bytes. If it's a float, then it's stored in eight bytes using a 51-bit mantissa and an 1...
- Wed Oct 19, 2005 7:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Handling ^M
- Replies: 17
- Views: 3774
- Wed Oct 19, 2005 6:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problems of perfomance with DataStage MVS 7.5.1
- Replies: 1
- Views: 6947
Lookups are intended to be made against database (DB2) tables. In this case, the table is opened once and a cursor established based on the query - in non-mainframe environments this is called "prepared SQL". DataStage then passes the search key value and receives a row in return. I believe the prob...
- Wed Oct 19, 2005 6:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Handling ^M
- Replies: 17
- Views: 3774
- Wed Oct 19, 2005 6:14 pm
- Forum: Site/Forum
- Topic: Versions
- Replies: 2
- Views: 2934
Versions
Need 8.x in the version drop-down, since 8.0 TX is now out.
Need not to have version (or platform) mandatory where it's irrelevant, such as Editor's Corner.
Need not to have version (or platform) mandatory where it's irrelevant, such as Editor's Corner.
- Wed Oct 19, 2005 5:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Diff between server Job Parallel Job
- Replies: 30
- Views: 9759
- Wed Oct 19, 2005 5:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Handling ^M
- Replies: 17
- Views: 3774
- Wed Oct 19, 2005 5:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Jobs invisible in Job Activity for Sequence
- Replies: 8
- Views: 2347
Did you mean Roy? I have seen this behaviour - admittedly on XP Pro SP2 - and it has since gone away, after I applied the SP2 patch. But I made some other changes too so I can't be sure what actually fixed it. There was also a related issue where jobs in the top level category could be seen but jobs...
- Wed Oct 19, 2005 5:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Probably very simple answer
- Replies: 6
- Views: 1479
- Wed Oct 19, 2005 5:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage svr upgrade from 7.0 to 7.5
- Replies: 2
- Views: 888
Take a backup. Verify the backup. Take an export of the whole project. Verify the export. If you have a good backup nothing will go wrong (4017th corollary to Murphy's Law). The rest is simply following the instructions in the manual and any recent advice in the readme file or paper documentation th...
- Wed Oct 19, 2005 5:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reject Empty Rows
- Replies: 8
- Views: 3264
Nothing wrong with that. Whatever you do, if you've read multiple columns you have to test them all. The only other approach is to read the file as if it contains just one column, and only allow it to pass if it contains more than just commas (you could test its length, for example Len(InLink.TheSin...
- Wed Oct 19, 2005 5:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Sequence Compilation Error
- Replies: 11
- Views: 2534
- Wed Oct 19, 2005 5:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage installation
- Replies: 10
- Views: 2658
- Wed Oct 19, 2005 5:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can a DB2 table join with a Datastage hashed file to a query
- Replies: 2
- Views: 1071
- Wed Oct 19, 2005 5:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential File stage need to select latest File to Extract
- Replies: 9
- Views: 4946
My DataStage server is on NT and Files are on UNIX Box, So these files are external sources to Datastage Server. Ah, new information not in original post. (Notes that original post specified UNIX as the platform.) Yes, you can pass values to job parameters from job control code. For example a job s...