Search found 53125 matches

by ray.wurlod
Fri Mar 21, 2008 5:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference Between Lookup and join stage
Replies: 6
Views: 4208

shiva_reddys447 wrote:please find the below inforamtion which differentiates JOINS LOOK UP and MERGE stages.
may be bit tough to read(format)..

Use Code tags for fixed-width format.

Were you aware that IBM owns copyright in the manuals?

Why are you advocating that U follow the example? U did not ask the question.
by ray.wurlod
Fri Mar 21, 2008 4:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringTotime
Replies: 11
Views: 3937

Milliseconds, even microseconds, can be handled via the format strings. The examples you provided in the original post contained no fractional seconds, which is why Craig answered (correctly) the way he did. And, yes, the technique is documented in the Parallel Job Developer's Guide - search out "fo...
by ray.wurlod
Fri Mar 21, 2008 4:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage DSR_PROJECT error
Replies: 7
Views: 3566

... or it could be UV_SCHEMA or it might be VOC or it might be a host of other things. So many maybes. You need to know what the helper subroutine is trying to do.
by ray.wurlod
Fri Mar 21, 2008 4:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Propagate Column definitions in Server jobs
Replies: 7
Views: 1705

Use the Save and Load buttons. Avoid using the Saved category if you want to preserve these table definitions. When loading, leave the "Merge metadata" box checked.
by ray.wurlod
Fri Mar 21, 2008 4:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trigger DataStage Job through PeopleSoft Process Scheduler
Replies: 24
Views: 8423

Use -jobstatus OR -wait, not both.
by ray.wurlod
Fri Mar 21, 2008 4:48 pm
Forum: General
Topic: $PROJDEF
Replies: 18
Views: 4411

You do not use $PROJDEF in the Administrator. You set a "proper" value in the Administrator. You use the special token $PROJDEF as the default value of an environment variable job parameter. It does not work with standard job parameters.
by ray.wurlod
Fri Mar 21, 2008 4:46 pm
Forum: General
Topic: export command
Replies: 6
Views: 1179

The GUI (Manager in version 7.x and earlier) allows you to select just a category. There is no command line equivalent.
by ray.wurlod
Fri Mar 21, 2008 5:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting the warning and droping those records
Replies: 7
Views: 2925

Search the forum for discussion about parallel jobs not being able to handle the conventional "" meaning a single double-quote character within a double-quote quoted string. The string "Little Wood" in your data fits into this category.
by ray.wurlod
Fri Mar 21, 2008 5:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage DSR_PROJECT error
Replies: 7
Views: 3566

dilip.datastage wrote:The error is coming only in one project. other projects are working fine...
by ray.wurlod
Fri Mar 21, 2008 2:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage DSR_PROJECT error
Replies: 7
Views: 3566

For this one you need someone with access to the source code of DSR_PROJECT (a helper subroutine) to find out what Action 1 is. That means your official support provider will need to be involved, since IBM does not release source code they will need also to be involved - through your correct channel...
by ray.wurlod
Thu Mar 20, 2008 9:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UCS-2
Replies: 20
Views: 5263

You also need to have GB2312-CS map built and installed on the server. This is the map it uses for client-server communication.
by ray.wurlod
Thu Mar 20, 2008 9:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems handling a ® symbol in XML
Replies: 10
Views: 3493

Edit the post(s) and check Disable HTML
by ray.wurlod
Thu Mar 20, 2008 9:48 pm
Forum: General
Topic: Pass a job level parameter at command line for running a job
Replies: 7
Views: 1554

Set the encrypted environment variable in the Administrator.
Set up the job parameter so that its default value is the special token $PROJDEF - this tells DataStage to use the project value you set up in the Administrator.
Don't mention the job parameter in your dsjob command.
by ray.wurlod
Thu Mar 20, 2008 7:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential files and long strings
Replies: 8
Views: 1824

Why not? 0 + 0 = 0. Even 00 = 0. That's the calculation for my bonus, anyway. My boss is the epitome of parsimony.

(Yes, I am self-employed.)
by ray.wurlod
Thu Mar 20, 2008 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringTotime
Replies: 11
Views: 3937

What format string are you providing to the StringToTime() function?