Search found 53125 matches
- Wed May 12, 2004 4:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset lookup
- Replies: 1
- Views: 2164
Basically, the link row count shows the number of rows that resulted from the lookup operation itself. In your case, all lookups succeeded, so there were 3000 rows returned along that link. If some of the lookups had failed, fewer than 3000 rows would have been processed along that link. The fact th...
- Wed May 12, 2004 1:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can I use the DataStage data with Microsoft ACCESS?
- Replies: 1
- Views: 2205
Welcome aboard! :D The answer is yes. Reporting Assistant - Doc_Tool.mdb If you are asking about the doc_tool.mdb that comes with DataStage clients (it's in the Documentation Tool folder), you populate this with metadata using the DataStage Manager client. Choose the tool in the toolbar that looks l...
- Wed May 12, 2004 1:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UNIX pthread
- Replies: 2
- Views: 1484
- Wed May 12, 2004 1:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UNIX pthread
- Replies: 2
- Views: 1484
- Tue May 11, 2004 8:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: TO Check If a DOS filepath exists using Basic.
- Replies: 14
- Views: 4790
- Tue May 11, 2004 4:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What is the field delimiter for Hash files?
- Replies: 10
- Views: 3145
- Tue May 11, 2004 4:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Join
- Replies: 7
- Views: 2014
ODBC stage to extract from SQL Server to feed the stream input. ODBC stage or DB2 stage to extract from DB2 to feed the reference input. Perhaps better (from a performance point of view) would be to pre-load a hashed file with only the needed columns and rows from DB2 and to use the hashed file stag...
- Tue May 11, 2004 4:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Get -jobinfo listing for jobs called by a sequence job
- Replies: 8
- Views: 1647
The use of -jobinfo in the topic suggests that you want to do this within the dsjob command line interface. Source code for dsjob exists (see Appendix A of the Server Job Developer's Guide ) so, if you had figured out how to extract the information you need from the Repository (but see my previous p...
- Tue May 11, 2004 4:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Get -jobinfo listing for jobs called by a sequence job
- Replies: 8
- Views: 1647
The problem with Craig's approach is it only picks up the jobs that are actually run. If a job was not run, because of some conditional in the sequence, checking the log won't find it. The only "solution" would involve knowledge of the metadata underneath a job sequence. This has not been published ...
- Tue May 11, 2004 3:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: TO Check If a DOS filepath exists using Basic.
- Replies: 14
- Views: 4790
- Tue May 11, 2004 2:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read Only Access to Datastage Director
- Replies: 5
- Views: 1852
- Tue May 11, 2004 2:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read Only Access to Datastage Director
- Replies: 5
- Views: 1852
There's no capacity for this in the Director client. If they're in the Operator role (or the Developer role) they can submit job run requests. If you can make a business case, open an enhancement request with Ascential. You might ask for the log viewer to be able to be segregated from the Director c...
- Tue May 11, 2004 2:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS and the registry
- Replies: 3
- Views: 894
I did once hear DataStage's use of the Registry defined as "profligate". On the other hand, there are a heck of a lot of functions (OK, objects and their methods) in the clients and, or course, in your case, intrinsic functions in the Windows-based DataStage server engine. If you've had several vers...
- Tue May 11, 2004 2:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File ?
- Replies: 3
- Views: 931
What are the data types of the key columns? What are the data types of the input columns you are using as reference key expressions? These must match. The best approach is to make them all VarChar, Trim the key when loading the hashed file, and Trim the columns making up the reference key expression...
- Tue May 11, 2004 2:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Integration with MQ Series
- Replies: 1
- Views: 910