Search found 53125 matches

by ray.wurlod
Tue Jun 20, 2006 2:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suppress status code of dsjob command
Replies: 8
Views: 4070

Pipe the result through grep -v Status code =
by ray.wurlod
Tue Jun 20, 2006 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can i Import and Read .dbf files ..?
Replies: 8
Views: 2107

The system administrator seems to have restricted the use of the chmod command. Exercise your negotiation skills!
by ray.wurlod
Tue Jun 20, 2006 2:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert and update
Replies: 10
Views: 2253

Do you have Not(IsNull(keycolumn)) as (part of) the constraint on the update link?
by ray.wurlod
Tue Jun 20, 2006 2:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting AxisFault when run the web service client stage
Replies: 1
Views: 961

Welcome aboard. :D If you read through the information you will discern that a null pointer (a pointer to memory that does not have a valid memory address) has been generated somewhere in the Java. You may have omitted a mandatory property, or there may be a bug in the software. You can check the fi...
by ray.wurlod
Tue Jun 20, 2006 2:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File:HASH.HELP.DETAIL command error
Replies: 3
Views: 1544

Use ANALYZE.FILE hashedfile STATS to report the sizing statistics then use the Hashed File Calculator to get a recommendation on minimum modulus. You only have two choices for hashing algorithm (sequential numeric keys or other keys) so that part is not rocket science.
by ray.wurlod
Tue Jun 20, 2006 2:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't see locks in DS.TOOLS
Replies: 10
Views: 2351

The equivalent command for option 4 is LIST.READU. I will have to research the equivalent command for option 7 but am not doing DataStage work this week.
by ray.wurlod
Tue Jun 20, 2006 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Tempfiles (dynLUT*)
Replies: 1
Views: 998

1. Only for jobs in which there is a Lookup File Set stage. 2. Probably, but they don't seem to be. 3. Apparently not. One might also wonder why they are placed in the system temp directory, rather in one of the directories specified in the configuration file. Have you reported this behaviour to you...
by ray.wurlod
Tue Jun 20, 2006 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suppress status code of dsjob command
Replies: 8
Views: 4070

Redirect stdout and stderr to /dev/null
by ray.wurlod
Tue Jun 20, 2006 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't see locks in DS.TOOLS
Replies: 10
Views: 2351

Does the DS.TOOLS option give you anything at all?
by ray.wurlod
Tue Jun 20, 2006 3:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Arabic Character issues in Sequential File
Replies: 9
Views: 3333

The point I was trying to make is that MS1256-WIN2K-CS is (clearly) a map intended to be used on a Windows machine. You need to find out what the appropriate map name to use on a UNIX machine is.
by ray.wurlod
Tue Jun 20, 2006 1:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Detect change in copybook metadata
Replies: 5
Views: 1418

Yes there is, but it's really ugly (do you know how to unnest multi-valued fields, for example, or access data in undefined columns?).

Even though it's deprecated, you may find this an easier task in the Reporting Assistant, concentrating on the DSColumns table.
by ray.wurlod
Tue Jun 20, 2006 1:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: grouping
Replies: 11
Views: 3292

Two Aggregator stages - one to form the groups and the next to count them?
by ray.wurlod
Mon Jun 19, 2006 8:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Detect change in copybook metadata
Replies: 5
Views: 1418

Currently no. The "diff" tool you request is in the next ("Hawk") release. But it's not automatic - you have to ask for a comparison to be made.
by ray.wurlod
Mon Jun 19, 2006 8:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is "persistent form" in this context?
Replies: 6
Views: 1347

Kenneth, so are you saying that we can choose when creating a data set whether we want it persistent or not? Where can we make that choice? You don't get any choice. If you create a Data Set - using a Data Set stage - then it's persistent. Only running jobs create virtual Data Sets. You can inspect...
by ray.wurlod
Mon Jun 19, 2006 5:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can i Import and Read .dbf files ..?
Replies: 8
Views: 2107

The default test utility (in branded_odbc) accesses DBF files. It's definitely do-able, once you've created a DSN to point to it.