Search found 53125 matches
- Sat May 27, 2006 1:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running EE job Executable in Non EE server ?????
- Replies: 3
- Views: 928
- Fri May 26, 2006 5:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting DataStage Job Names and Category
- Replies: 4
- Views: 4050
- Fri May 26, 2006 5:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Enterprise Stage and Oracle OCI stage question
- Replies: 2
- Views: 2670
- Fri May 26, 2006 5:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Splitting String into different substrings of variablelength
- Replies: 6
- Views: 1446
- Fri May 26, 2006 5:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Physical size of dynamic hash file
- Replies: 4
- Views: 1604
Every record has a minimum 13 byte storage overhead, usually larger. There are forward and backward pointers, each 32 bits or 64 bits, and another "flag word" of the same size. There is a single byte between the key and data (a "segment mark"), a single byte between each field (a "field mark"), and ...
- Fri May 26, 2006 4:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: transformation problem
- Replies: 9
- Views: 3122
- Fri May 26, 2006 4:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Client Connection Error.
- Replies: 5
- Views: 2622
Welcome aboard. :D You are using a non-English Windows on your client machine, that uses code page 936. However you have installed DataStage server without NLS, or you have failed to specify that the client is using code page 936. To correct the first, simply re-install DataStage server, checking th...
- Fri May 26, 2006 4:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Upgradation to 6.0
- Replies: 16
- Views: 3597
- Fri May 26, 2006 4:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 UDB versus DB2 Mainframe
- Replies: 3
- Views: 1306
- Fri May 26, 2006 4:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage shudular
- Replies: 7
- Views: 1890
- Fri May 26, 2006 4:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage administartion
- Replies: 9
- Views: 3392
There is a .profile file (on UNIX) for each user who can log in. It is the "auto start" script for that user, and typically sets environment variables, alias definitions and the like. If the interactive user is likely to need DataStage commands on the server then you might like to include the DataSt...
- Fri May 26, 2006 4:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inserting Data into single comma seperated row
- Replies: 7
- Views: 2469
- Fri May 26, 2006 4:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: where is the PATH variable value will be set in DataStage
- Replies: 10
- Views: 4288
- Fri May 26, 2006 4:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fix for Crash / Abort with Complex Flat Files (CFF) Stage
- Replies: 1
- Views: 845
It's also good to know that Jim Tsimis is still with the product. He has a happy knack of being able to solve the really strange errors. It was Jim, way back, who proved that the "replace delimiters with line terminators and write to sequential file" method of vertical pivoting was very fast. (Note ...
- Fri May 26, 2006 4:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running EE job Executable in Non EE server ?????
- Replies: 3
- Views: 928
No. DataStage parallel jobs execute osh (Orchestrate shell) scripts. This (the osh executable) is part of DataStage and must be available in order to execute osh scripts. So must all the various libraries it calls in order to connect to data and so on. When you run parallel jobs on a cluster (an MPP...