Search found 53125 matches
- Mon Oct 08, 2007 11:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting up permissions in DS Adminstrator
- Replies: 2
- Views: 1180
- Mon Oct 08, 2007 11:03 pm
- Forum: General
- Topic: EXPORTING ROUTINE
- Replies: 12
- Views: 3590
Can do either at the moment. Just tried it on 7.5.1 and the Routines are there in the export file (and can be imported). Try this export file
- Mon Oct 08, 2007 8:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: EE job failure message: Input buffer underrun
- Replies: 5
- Views: 4849
- Mon Oct 08, 2007 8:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Interesting observation of Datastage Version 8
- Replies: 9
- Views: 2279
It's not an error, it's an alert message. If you define a node pool called "export", whether or not you are in a grid environment, any export operator (for example a Sequential File stage that has an input link) will execute in that node pool. You are being alerted to the fact that your configuratio...
- Mon Oct 08, 2007 8:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Look up Issue
- Replies: 3
- Views: 796
- Mon Oct 08, 2007 8:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Row out of sequence when it's in order ?
- Replies: 6
- Views: 3662
- Mon Oct 08, 2007 8:46 pm
- Forum: General
- Topic: EXPORTING ROUTINE
- Replies: 12
- Views: 3590
It can be done, as follows. When you import, choose Import Selected option button. The entire DSX file will be read into memory, but not imported. You can then select the individual component(s) you wish to import, before clicking the Import button. Note that executables may have been exported separ...
- Mon Oct 08, 2007 3:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SQL Server Timestamp
- Replies: 1
- Views: 952
- Mon Oct 08, 2007 3:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: change string function
- Replies: 4
- Views: 4605
- Mon Oct 08, 2007 3:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivot stage
- Replies: 1
- Views: 820
- Mon Oct 08, 2007 3:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Match Designer Match Pass run failed
- Replies: 1
- Views: 972
DSXchange has a wee problem now that QualityStage and DataStage share the same Designer. For now, however, I'd continue to recommend posting QualityStage questions in the QualityStage forum, and DataStage questions in the Server or Enterprise Edition DataStage fora. Posting in both QualityStage and...
- Mon Oct 08, 2007 3:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with calculation in transformer
- Replies: 6
- Views: 1919
There is a configurable limit to the PRECISION (number of significant digits) in DataStage BASIC. What happens when you use SSub( string1 , string2 ) function, where the two arguments are your two numbers? This is an example of DataStage's "string math" functions, which can be used to get around pre...
- Mon Oct 08, 2007 3:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need Help
- Replies: 5
- Views: 1877
- Mon Oct 08, 2007 2:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Row out of sequence when it's in order ?
- Replies: 6
- Views: 3662
- Mon Oct 08, 2007 2:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to read the file from the end
- Replies: 2
- Views: 1803
In DataStage BASIC SEEK filevariable , offset , location postitions the file pointer offset characters away from location , and offset can be negative or positive. For location 0 means current location, 1 means beginning of file and 2 means end of file. If the file is not too big to read as a single...