Search found 42189 matches

by chulett
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...
by chulett
Mon Jun 06, 2005 6:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi Instance Job
Replies: 7
Views: 1559

Make sure you are filling out the Invocation ID field when running it, otherwise it is just running as a 'normal' job.
by chulett
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 ...
by chulett
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...
by chulett
Sun Jun 05, 2005 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Imprt
Replies: 4
Views: 997

However, keep in mind that 7.5 and 7.5.1 are the same release, other than a maintenance type update having been applied to the .1 version. Going from 7.5 to 7.0 is a whole different kettle of fish.
by chulett
Sun Jun 05, 2005 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Imprt
Replies: 4
Views: 997

No, you can't go 'backwards'.

Now, we could get into a long discussion of features unique to 7.1 or 7.5 and jobs that only use functionality found in 7.0, but I find the simplest answer is usually the best.

No. :wink:
by chulett
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...
by chulett
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...
by chulett
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...
by chulett
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

Use a single trigger. Link to the move activity and then to the notification and do the abort routine last. In other words, run them in a serial fashion, not in parallel.
by chulett
Fri Jun 03, 2005 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Union All statement
Replies: 6
Views: 2529

Run the UNION statement (without the INSERT ) in a single source stage using custom sql. Make sure your columns defined in the stage match the output of the union. From there, link that to another stage to do the actual insert into the target table.
by chulett
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...
by chulett
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

Welcome aboard. :)

Unfortunately, the answer is 'no' - nothing other than the pdf manuals that install with the Client software on your local pc. Well, other than the official Tutorial with accompanying documentation which (if I remember correctly) ships on a seperate cdrom.
by chulett
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...