Search found 42189 matches

by chulett
Mon Sep 29, 2008 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run sequence job from parallel job for each incoming value.
Replies: 6
Views: 2444

Yes, of course - I wouldn't have suggested it otherwise. Don't confuse that function with a Job Activity stage.
by chulett
Mon Sep 29, 2008 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Masking using parallel jobs
Replies: 11
Views: 8369

vmcburney wrote:There is a data masking for DataStage solution which is due in late 2009! IBM Professional Services have already built one using routines but they are not sharing it unless you engage them directly.
by chulett
Mon Sep 29, 2008 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run sequence job from parallel job for each incoming value.
Replies: 6
Views: 2444

Search the forums for examples of using the UtilityRunJob function.
by chulett
Mon Sep 29, 2008 12:46 pm
Forum: General
Topic: Limitation of DataStage to Process XML data?
Replies: 10
Views: 3785

Image

Hopefully Ernie will see the signal.
by chulett
Mon Sep 29, 2008 10:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage compatability with Oracle 11g
Replies: 4
Views: 1233

Ok... I meant what flavor of UNIX - HP-UX, AIX, etc. You'd really need to ask IBM to get an official answer to your question.
by chulett
Mon Sep 29, 2008 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do Transform Stage constraints work?
Replies: 2
Views: 927

Re: How do Transform Stage constraints work?

Does the transform stage stop testing all constrains after one has been met?
No.

Does the transform stage test constrains from top to bottom in the order that they appear?
They are tested in Link Execution order and the derivations are processed if the contraint equates to TRUE.
by chulett
Mon Sep 29, 2008 9:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: materializing environment variables in a datastage job
Replies: 6
Views: 2460

You need to have created them in the project via the Administrator first, did you do so? If you did, you'd need to expand a teeny bit on the problem you are having. Saying "not able to materialize" doesn't really give us much to go on.
by chulett
Mon Sep 29, 2008 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to generate Meta data at runtime in Server editon
Replies: 6
Views: 1850

For a small number, I'd just build separate jobs. Or, a preprocessor that puts them in a 'common' format and then a single load job. How many 'parties' are we talking about here?
by chulett
Mon Sep 29, 2008 9:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to create a list of jobs by category
Replies: 6
Views: 2032

dsjob with the -ljobs option, I would imagine.
by chulett
Mon Sep 29, 2008 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage compatability with Oracle 11g
Replies: 4
Views: 1233

http://www.dsxchange.com/viewtopic.php?t=119638

Not much meat there, however. What operating system? Are you using the 10g client to connect or do you get the bus error with the 11g client?
by chulett
Mon Sep 29, 2008 8:03 am
Forum: Data Quality Best Practices
Topic: IBM Live Audit
Replies: 1
Views: 8591

Google "DataMirror LiveAudit".
by chulett
Mon Sep 29, 2008 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to create a list of jobs by category
Replies: 6
Views: 2032

That information is only stored in 'at' so yes, you'll need to redirect and interrogate the 'at' schedule.
by chulett
Mon Sep 29, 2008 7:56 am
Forum: General
Topic: Limitation of DataStage to Process XML data?
Replies: 10
Views: 3785

I'm not really aware of any 'limitation' per se, what kind of concerns are you having? Have you gone through the XML PACK documentation in your Docs directory? Have you gone through the XML Best Practices document that Kim Duke is hosting for us on his website? That would be where you should start.
by chulett
Mon Sep 29, 2008 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nullability
Replies: 1
Views: 1472

Help yourself first. Search the forums for your error.
by chulett
Mon Sep 29, 2008 6:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to generate Meta data at runtime in Server editon
Replies: 6
Views: 1850

Re: How to generate Meta data at runtime in Server editon

srinivas.g wrote:My problem scenario is...i will get a flat file with data and needs to be loaded in database, but the content of the file may vary each time.

Vary how? There may be things you can do but we'd need to understand the nature of the 'variation'. Can you post any examples?