Search found 53125 matches

by ray.wurlod
Wed Mar 22, 2006 10:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: uvconfig ---Memory offset settings
Replies: 1
Views: 796

DataStage uses up to five classes of shared memory structure. These offsets are the starting locations for the disk shared memory segment (where lock tables and other structures associated with disk I/O are kept), the printer shared memory segment (per-user shared memory), the BASIC catalog shared m...
by ray.wurlod
Wed Mar 22, 2006 7:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do i get fisrt and last rows in windows environment
Replies: 3
Views: 951

There isn't one. Write your own, or get a "UNIX on Windows" (such as MKS Toolkit or CygWin) and use the UNIX commands.
by ray.wurlod
Wed Mar 22, 2006 7:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating lookup file sets
Replies: 5
Views: 1684

You can do all you like. The Lookup File Set stage has a property where you can elect to allow or disallow duplicate values. If you disallow, it supports another property that lets you specify how to handle "rejected rows".
by ray.wurlod
Wed Mar 22, 2006 7:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Blanks in parameter values
Replies: 2
Views: 909

Quoted? dsjob -run -param fred='Frederick, actually' project jobname
by ray.wurlod
Wed Mar 22, 2006 5:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Config File - EE/PX
Replies: 3
Views: 1249

No changes required for this transition.
by ray.wurlod
Wed Mar 22, 2006 5:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need these Differences
Replies: 9
Views: 2062

Ultimately, Batch (from Director), Job Control (from Designer in server job) and job sequences are all ways to create job control code. Job sequences, being a graphical interface, ought to be the easiest to maintain but really lacked enough flexibility until version 7.5.
by ray.wurlod
Wed Mar 22, 2006 5:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference in key management functions
Replies: 7
Views: 2416

I didn't answer because I was asleep (different time zone from yours). The others' answers have covered any ground I would have covered. That's the way of things at an all volunteer site.
by ray.wurlod
Wed Mar 22, 2006 5:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Limitations on Datastage
Replies: 4
Views: 1326

If you go back to the very early days of this forum you will find a complaint that it couldn't make lunch. But we solved that one.
by ray.wurlod
Wed Mar 22, 2006 5:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Audit Logs
Replies: 2
Views: 996

You need a mechanism for determining these numbers. The DSGetLinkInfo() function can report the number of rows passed by DataStage, but - when there are errors - this may not be the same number as were processed successfully by Oracle. To differentiate Insert from Update your original job design wil...
by ray.wurlod
Wed Mar 22, 2006 3:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS.REINDEX ALL has been executed while clients are connected
Replies: 7
Views: 5672

Isn't that the old name for parallel jobs? :lol:
by ray.wurlod
Wed Mar 22, 2006 3:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while Looking up in Distributed Hashed File
Replies: 5
Views: 1664

Distributed hashed files have never been cache supported (definitely) and never will be.
by ray.wurlod
Wed Mar 22, 2006 3:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query on DataStage Repository
Replies: 10
Views: 26269

Your customer is out of luck because of that choice. Details of the Repository are not in the public domain. You may get some ideas from searching here, but there's nothing official. DataStage is metadata-driven. You really must have good metadata management practices. Chuck Smith will post here abo...
by ray.wurlod
Wed Mar 22, 2006 3:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Open the Jobs in DataStage Designer
Replies: 7
Views: 2842

Welcome aboard. :D This error is occurring on the client side, which may indicate a bad installation of the DataStage client(s). Can you see the job names in Director and/or Manager? Does it work from a different PC? The easiest "solution" may be to uninstall then re-install the DataStage clients on...
by ray.wurlod
Wed Mar 22, 2006 3:45 pm
Forum: Site/Forum
Topic: membership fee is quite high
Replies: 8
Views: 3982

You would spend far more than this to engage one of the premium posters to answer just one question.
by ray.wurlod
Wed Mar 22, 2006 3:44 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Should we consider SOA?
Replies: 4
Views: 2823

Yes. The rest of the answer is "how long is a piece of string?". Maybe if you implement the slow jobs first you can get some kudos by implementing the faster jobs later!