Search found 53125 matches

by ray.wurlod
Thu Mar 01, 2007 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort stage is not working
Replies: 8
Views: 2157

The main point - which you don't show that you understand - is that for sorting to work properly in parallel the partitioning must ensure that each key value occurs only on one partition.
by ray.wurlod
Thu Mar 01, 2007 3:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: failed to write file to directory
Replies: 3
Views: 1179

Unrelated to thread topic. Please start a new thread so that future searchers will find it more easily.
by ray.wurlod
Thu Mar 01, 2007 3:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SYSDATE in ODBC
Replies: 5
Views: 1625

That's still database-specific.
by ray.wurlod
Thu Mar 01, 2007 3:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning log capture
Replies: 14
Views: 3629

Open Director, and uncheck Show Categories in the View menu. Then click on the heading of the Status column. Jobs will be sorted by status; Aborted will be at the top. To automate this process you will need to create a routine that iterates through all the jobs and selects those with the particular ...
by ray.wurlod
Thu Mar 01, 2007 3:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with dates loading in Oracle
Replies: 30
Views: 6131

All that's working. But when you create a timestamp, you don't want the AM/PM designator. Your derivation for Create_Date is correct, unless there's a newline in it. It must be on a single line. For example (for an ISO 8601 timestamp): Oconv(Iconv(svTimestampDate, "DMDY"), &quo...
by ray.wurlod
Thu Mar 01, 2007 3:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: failed to write file to directory
Replies: 3
Views: 1179

Check that you have write access to every folder (including the root folder) in the pathname, and that every folder named in the pathname actually exists. Finally, check that the final entry in the pathname is the name of a folder.
by ray.wurlod
Thu Mar 01, 2007 3:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concurrent Jobs Run
Replies: 5
Views: 1522

A 286 chip or a Pentium IV class chip? Single core or dual core? Single CPU or multiple CPU? 640KB of memory (which Bill Gates once asserted should be all you ever need) or more? And so on. Your question is moot without specifying a particular hardware configuration.
by ray.wurlod
Thu Mar 01, 2007 3:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can we capture change in one column value
Replies: 2
Views: 703

Use stage variables to detect when last_name and first_name change. Use those to trigger updates to the "change has occurred" column (which you have referred to as a "column index").
by ray.wurlod
Thu Mar 01, 2007 3:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running DOS Commands parallely
Replies: 7
Views: 1444

How about three Execute Command activities in a job sequence, with NO LINKS between them?
by ray.wurlod
Thu Mar 01, 2007 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date format Error
Replies: 7
Views: 1917

If the date really is coming in internal integer format (how did you verify this fact?), then you need to apply a conversion function. Use Oconv() if it's DataStage internal format, or one of the SDK functions if it's based on a different base date (for example 1970 or 1900).
by ray.wurlod
Thu Mar 01, 2007 3:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SME
Replies: 15
Views: 4466

Which answer did you give? 8)
by ray.wurlod
Thu Mar 01, 2007 3:22 pm
Forum: General
Topic: ORABULK and ORAOCIBL difference and when to use
Replies: 9
Views: 2569

Review the properties of the ORAOCIBL stage carefully. Look for a property with "automatic" in its name.
by ray.wurlod
Thu Mar 01, 2007 3:21 pm
Forum: General
Topic: Job commit in Datastage
Replies: 8
Views: 3826

You are all very cruel! :shock:

Rahul is a new member of our community. Even if it is an interview question, it should have been handled with more grace, because of that very fact.

Shame upon you all! :x
by ray.wurlod
Thu Mar 01, 2007 3:19 pm
Forum: General
Topic: Reading a sequential file from an EE job into a server job
Replies: 16
Views: 4777

When a VarChar is stored within osh it carries its length as a prefixed binary number, the size of which is specified by "prefix". A two-byte unsigned integer (uint16 or unsigned SmallInt) can address a string whose length is up to 2^16 characters. Longer strings require larger prefixes. {prefix=4} ...
by ray.wurlod
Thu Mar 01, 2007 12:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compatibility between V7.5.1a and V7.1r2
Replies: 13
Views: 4115

No, it's enough to have two DataStage clients installed. However, they must be installed in different locations on the client machines, and differentiable in program groups.