Search found 53125 matches
- Wed Jul 26, 2006 5:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Index Query
- Replies: 4
- Views: 1007
There is no "Raise Error" in DataStage BASIC expressions. You do not appear to have a complete set of matching Else clauses. Every If must have a Then and an Else when used in an expression. Can you re-post your code, single spaced and properly indented, surrounded by Code tags to preserve the inden...
- Wed Jul 26, 2006 5:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can we call ExecSH subroutine in the Job control ?
- Replies: 3
- Views: 1143
You can pass any valid UNIX command string via the Input Values field. This includes pipelines, redirection, and so on. To invoke ExecSH from job control is possible but inefficient, and you would need to create a wrapper function to invoke it. You should prefer to use an Execute Command activity, w...
- Wed Jul 26, 2006 5:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to do file encryption in DataStage
- Replies: 7
- Views: 4080
- Wed Jul 26, 2006 4:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Retreving Multiple Records using Universe Stage
- Replies: 13
- Views: 4002
- Wed Jul 26, 2006 4:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: replace
- Replies: 4
- Views: 1057
Convert() is more efficient than either Ereplace() or Change(). If you had NLS enabled, then the regional settings (locale) would have automatically managed the decimal place character. You could also have used Fmt() with a literal replacement for the decimal place character. Do you also need a non-...
- Wed Jul 26, 2006 4:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unit Test Script Template
- Replies: 1
- Views: 1508
- Wed Jul 26, 2006 4:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Phantom Warnings ODBC
- Replies: 10
- Views: 3187
Any time SQL Server generates an informational message, DataStage logs it as a warning, because it regards receiving messages from the database or ODBC driver as "unusual". Unfortunately you can not change this behaviour in DataStage. Is there an environment variable you can set so that SQL Server d...
- Wed Jul 26, 2006 4:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Variable-length record
- Replies: 15
- Views: 11546
- Wed Jul 26, 2006 4:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Does Datastage Px and server edition come in a single packag
- Replies: 5
- Views: 1016
Re: Does Datastage Px and server edition come in a single pa
I am having datastage 7.5 installed and when I open a new desingner window i get a list to choose from. I have parallel jobs also in this list. Is this parallel job same as Datastage PX. When Ascential acquired Torrent Systems for their "Orchestrate" parallel execution technology, they named this c...
- Wed Jul 26, 2006 4:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Report on jobs currently running in DS server
- Replies: 18
- Views: 8030
are there any other ways to obtain this information or approach this problem (which i am sure is pretty common)? Open a Director client in Status view (usually the default). Set the refresh interval to your snapshot interval (maybe 900 seconds). In the View menu choose "disable categories". Click i...
- Wed Jul 26, 2006 4:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pad char in Sequantial File stage. Where is it?
- Replies: 6
- Views: 1829
- Wed Jul 26, 2006 4:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can we achieve version control in DSPX
- Replies: 11
- Views: 3458
- Wed Jul 26, 2006 4:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence restart
- Replies: 6
- Views: 3810
- Wed Jul 26, 2006 4:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How the Entire partition lookup data set are read?
- Replies: 1
- Views: 1090
What do you mean by "lookup data set"? A Lookup File Set includes its own index. A virtual Data Set does not. However, if you look at the record schema you will note that there are four control columns, including partition number, partition count, and row number; these could be used for a "binary ch...
- Wed Jul 26, 2006 4:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: the client connection breaks with UTF-8 Setting
- Replies: 3
- Views: 1255