Search found 42189 matches
- Wed Jun 02, 2004 11:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pivot Column to Row.
- Replies: 7
- Views: 4043
- Wed Jun 02, 2004 6:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage 390 and COBOL compilator
- Replies: 5
- Views: 1907
In the second section you mentioned about DS Server ( standard DS ) or DS 390 ? Either one, as this is just standard 'server' stuff. The 390 version includes everything in the 'standard' version plus the mainframe stuff. Is there other way to execute jobs on mainframe or just using DS 390? Only the...
- Mon May 31, 2004 2:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conditional INSERT/UPDATE
- Replies: 13
- Views: 3684
- Mon May 31, 2004 11:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Server - Win XP
- Replies: 4
- Views: 882
- Mon May 31, 2004 5:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Limit
- Replies: 7
- Views: 1985
Re: Error in executing command
Secondly when i execute RESIZE H_CUST_SUM_ID* * * 64BIT The command gives an error as RESIZE : Invalid file name,sizing parameter, or option on command line . I don't believe you can use this command on an external (i.e. 'pathed') hash file, which you seem to have. You may need to add a VOC entry f...
- Mon May 31, 2004 5:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Server - Win XP
- Replies: 4
- Views: 882
Can't say I've tried but I imagine it should work fine. Of course, it would need to be XP Pro and not Home, you'd need to make sure you had full Admin rights when installing and could even depend on the various versions involved. What exact version of DataStage? XP all patched up, latest Service Pac...
- Mon May 31, 2004 5:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conditional INSERT/UPDATE
- Replies: 13
- Views: 3684
It is best (IMHO) to use a single OCI stage whenever possible when doing things like this. I've seen some people who, when needing to write to 6 different tables in the same instance, will use 6 OCI stages. This works, but keep in mind the fact that this will cause 6 connections to the database just...
- Sat May 29, 2004 1:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conditional INSERT/UPDATE
- Replies: 13
- Views: 3684
Can you please be more specific. Do you mean to create two target transofrmers, one for inserts and one for updates. Yes and No. The only way to use different columns when inserting or updating is to use two seperate links, one for Inserts and one for Updates. However, you only need one transformer...
- Sat May 29, 2004 6:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: New Slowly Changing Dimension Job
- Replies: 7
- Views: 2407
- Sat May 29, 2004 6:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Alpha Function & greater than checking
- Replies: 4
- Views: 1157
- Fri May 28, 2004 2:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Administration command line
- Replies: 4
- Views: 1048
Ah. Sorry. All 'Cleanup Resources' does is list process ids and allow you to 'log them out', i.e. kill them. You can do the same thing from your O/S command line. I would typically do a " ps -fu[userid] " or " ps -ef | grep PHANTOM " to find the appropriate PID to kill. There's also the DS.TOOLS men...
- Fri May 28, 2004 2:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Send a note copying several people
- Replies: 2
- Views: 668
- Fri May 28, 2004 10:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DBMSCode problem
- Replies: 6
- Views: 1145
- Fri May 28, 2004 10:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Administration command line
- Replies: 4
- Views: 1048
From the "command line" you can make use of the dsjob command. One version of the syntax would be: dsjob [-server <server>][-user <user>][-password <password>] -stop Project Jobname|JobId You can read up on "dsjob" in the Server Jobs Developer's Guide in the Command Line Interface section. It has ma...
- Fri May 28, 2004 8:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DBMSCode problem
- Replies: 6
- Views: 1145