Search found 53125 matches
- Tue Oct 11, 2005 3:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: upgradation from 6 to 7.5
- Replies: 3
- Views: 855
- Tue Oct 11, 2005 3:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hash file
- Replies: 6
- Views: 1573
- Tue Oct 11, 2005 3:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hardware requirements
- Replies: 2
- Views: 817
- Tue Oct 11, 2005 3:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference between Sort stage and inline Sort
- Replies: 5
- Views: 5066
They both sort data if configured correctly. "Performance issue" is, more than anything, a matter of expectations. To determine which completes more quickly you can create jobs that use both methods, but remember to be fair - allow for cache effects (ideally re-boot server between tests), and sort m...
- Tue Oct 11, 2005 2:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running DS Jobs from DOS Batchfile
- Replies: 6
- Views: 2537
I suspect that the problem is not with dsjob itself - which has exactly the same syntax - but with all the other things you can do with a UNIX shell script. BAT files are much more limited. If you have MKS toolkit or cygwin or one of the other UNIX-on-Windows tools, you can continue to use shell scr...
- Tue Oct 11, 2005 2:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creating a dummy dataset using orchadmin
- Replies: 4
- Views: 3965
- Mon Oct 10, 2005 2:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS commands
- Replies: 4
- Views: 986
DSWaitForFile is a function, not a subroutine, so you would not use Call. Instead, you need a DEFFUN declaration. This is in the JOBCONTROL.H header file, so put at the top of your routine $IFNDEF JOBCONTROL.H $INCLUDE DSINCLUDE JOBCONTROL.H $ENDIF You should be able to find a routine called CommonI...
- Mon Oct 10, 2005 2:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: downloading data from multiple tables
- Replies: 3
- Views: 781
- Mon Oct 10, 2005 2:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What is new in Hawk release?
- Replies: 4
- Views: 1211
Hawk still has server jobs (BASIC based), parallel jobs (osh based) and mainframe jobs (COBOL based). As Roy posted, the main thrust of Hawk is the common repository - and better integration (at least according to the marketing folks) - of the whole range of products. There's also an fully customiza...
- Mon Oct 10, 2005 2:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Country Codes Extraction
- Replies: 9
- Views: 1720
Summary of Technique In a before-stage routine initialize a string to Str("0",100000) then populate any position in the string with 1 if that position corresponds with a valid country code. For example ValidCodes[966,1] = "1". (You could also do this with a DataStage job that reads the table and ass...
- Mon Oct 10, 2005 2:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Julian date conversion to yyyy-mm-dd : hh-mm-ss
- Replies: 19
- Views: 9503
- Mon Oct 10, 2005 2:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creating a dummy dataset using orchadmin
- Replies: 4
- Views: 3965
- Mon Oct 10, 2005 2:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dynamic type-30 hash file
- Replies: 3
- Views: 1335
- Mon Oct 10, 2005 1:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating a Email script and running it
- Replies: 1
- Views: 793
- Mon Oct 10, 2005 1:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Country Codes Extraction
- Replies: 9
- Views: 1720