Search found 53125 matches
- Thu Nov 27, 2003 8:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to have Multiple Line Condition in a routine?
- Replies: 9
- Views: 2931
Any statement that has THEN or ELSE (or ON ERROR or LOCKED) clauses can use "single-line format" or "multi-line format". Here is a formal statement of the syntax rule. If the keyword that introduces the clause (THEN, ELSE and so on) is the last word on the line on which it appears , then there must ...
- Thu Nov 27, 2003 8:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How do I stop a job which is looping and sleeping.
- Replies: 5
- Views: 1039
- Thu Nov 27, 2003 8:02 am
- Forum:
- Topic: Invisible Objects
- Replies: 4
- Views: 1924
- Thu Nov 27, 2003 7:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup with some different angle
- Replies: 17
- Views: 3177
Teej -> where can I have online class on Quality Stage. Where can I found some documentation on Quality Stage Your answers can be provided by your sales representative at Ascential. They provide both, and in fact, I'm sure that in hopes of making a sale, they would be happy to share both with you f...
- Thu Nov 27, 2003 7:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: convert from number to binary
- Replies: 9
- Views: 2060
I could be wrong, but both of these solutions seem to give only a character representation of the desired result, at least when written to a Sequential File stage. For example: oconv("9","MB") = "1001", not a true binary field, but rather an ASCII character field. (In hex it would be x31303031, I b...
- Thu Nov 27, 2003 7:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: multiple instances of Db2
- Replies: 4
- Views: 1693
The job itself can set an environment variable. So can an active stage. In the Transformer stage that drives the connection to DB2, set up ExecTCL as a before-stage subroutine (in the Stage Properties window), and put the an ENV command into the Input Value field. The ENV command to set an environme...
- Thu Nov 27, 2003 7:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unknown function in a routine (Lp)
- Replies: 2
- Views: 509
This looks like very inefficient code. As Ken said, Lp is being used as a dynamic array, which is simply a delimited string (though with reserved delimiter characters). In this code, Lp can end up after the first loop with anywhere between 0 and 120 elements. Without knowing what the incoming values...
- Thu Nov 27, 2003 7:14 am
- Forum:
- Topic: Invisible Objects
- Replies: 4
- Views: 1924
- Thu Nov 27, 2003 7:12 am
- Forum:
- Topic: Search with only part of filename
- Replies: 3
- Views: 1621
- Thu Nov 27, 2003 7:07 am
- Forum: Data Quality Best Practices
- Topic: final file from integrity to datastage
- Replies: 5
- Views: 2765
I'd recommend you re-think that statement. Typically the final step in INTEGRITY processing is a pre-built procedure, Survivorship. You can't add your own operators to pre-built procedures. On the other hand, you can add pre-build procedures to your own user-defined procedures. But best practice is ...
- Thu Nov 27, 2003 6:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2/UDB Enterprise Stage
- Replies: 7
- Views: 6683
- Thu Nov 27, 2003 6:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Min hardware config for PX
- Replies: 3
- Views: 2846
- Wed Nov 26, 2003 5:11 am
- Forum: IBM QualityStage
- Topic: What is Quality Stage?
- Replies: 2
- Views: 3377
Re: What is Quality Stage?
hi, Want to know some basics What is Quality Stage? What is the use of Quality Stage? Doest it come along with Datastage or need to buy seperately? How it is related to Datastage? Thanks in advance Girish Oak Among a series of acquisitions of technology over the last couple of years, Ascential acqu...
- Wed Nov 26, 2003 4:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup with some different angle
- Replies: 17
- Views: 3177
Re: Lookup with some different angle
Hi, I have some different kind of requirement probably anyone of you, may or may not have face this. My requirement is as follows. I have a record that has three columns for address say addressline1,2 and 3. Any of these line1,2,3 may contain zip code city state and country value. Unfortunately the...
- Wed Nov 26, 2003 4:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To Get the Logs from the DataStage Director
- Replies: 6
- Views: 2151