Search found 42189 matches
- Mon Jun 06, 2005 6:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to use Account Name in hash file
- Replies: 9
- Views: 3270
Generally we have the option for use account name if we dont want to mention the path name. The Account name generally describes just the structure of the data(correct me if i am wrong!) but not the physical data as such. Then in that case, where does the data actually reside when we use the Accoun...
- Mon Jun 06, 2005 6:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multi Instance Job
- Replies: 7
- Views: 1559
- Sun Jun 05, 2005 7:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Strange hash file behaviour
- Replies: 6
- Views: 1137
Strange coincidence, but someone posted the same question earlier today on ADN. If you are registered over there, click here to read that discussion. I've seen this once before. I forget which 'number' hash file type this is, but it can happen when the hash gets corrupted (or fooled with). Not sure ...
- Sun Jun 05, 2005 7:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Determine whether to use condition in SQL based on parameter
- Replies: 12
- Views: 3584
Re: Great suggestion Baabi
Now, if my memory doesn't fail me, you CAN use DS logic in the parameter assignment field Nope, 'fraid not. That's why we tend to do everything in one parameter value which can easily be set in a routine and passed into a downstream parameter by a Sequencer. Unless you are writting your own job con...
- Sun Jun 05, 2005 8:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Imprt
- Replies: 4
- Views: 997
- Sun Jun 05, 2005 7:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Imprt
- Replies: 4
- Views: 997
- Sun Jun 05, 2005 7:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Counting No Of Lines
- Replies: 10
- Views: 2328
I would think sed would be a better answer. Takes all the normal regular expressions, so something like this perhaps? sed -e '/^$/d' -e '/^ *$/d' filename Off the top of my head, this should remove blank lines and lines that only consist of spaces. Exact syntax may vary from UNIX to UNIX. Output wou...
- Sat Jun 04, 2005 7:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to use Account Name in hash file
- Replies: 9
- Views: 3270
Depends on what you mean by 'use'. Account is synonymous with Project. Common practice when using hash files in an Account rather than a specific pathname is to leave the account name blank. This means 'the current Project' the job is running in. That way you can move the job from your development p...
- Fri Jun 03, 2005 7:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Determine whether to use condition in SQL based on parameter
- Replies: 12
- Views: 3584
As you suspected, you can't do any IF-THEN-ELSE logic in your sql. It must be legal DML for the database in question, not any sort of procedural language, DataStage or otherwise. Another option, one that we typically use when we need to do something like this, is to replace the entire 'extra' portio...
- Fri Jun 03, 2005 4:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Triggers execution order in a Sequencer Job
- Replies: 3
- Views: 1021
- Fri Jun 03, 2005 2:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Union All statement
- Replies: 6
- Views: 2529
- Fri Jun 03, 2005 7:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: View Data before Save
- Replies: 4
- Views: 1354
I'd think it is related to the fact that 'Viewing' data in PX involves cranking up an instance of the engine and running a small osh script to do the work. That was why there was a delay in the process when we viewed data in class. It's not Server where it just calls a little viewer executable. That...
- Fri Jun 03, 2005 6:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: any study material except manuals
- Replies: 2
- Views: 880
- Fri Jun 03, 2005 6:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to set commit frequency in Oracle Entreprise stage
- Replies: 6
- Views: 3085
- Thu Jun 02, 2005 7:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Aborted Sequencer: Attempting to Cleanup after ABORT raised
- Replies: 7
- Views: 1419
Ray, I got the impression that Bryan was saying the message was there but there was nothing other than that particular message itself. No gory details. I don't recall it working that way. It only shows up when it has something from the Phantom directory to pull into the log. No information there, no...