Search found 15603 matches

by ArndW
Wed Nov 05, 2008 2:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 upsert
Replies: 3
Views: 1194

Write mode is usually faster. With the "Upsert" method you need to specify both an update and an insert statement, even if you know that the second will never actually be executed, thus both statements can be identical.
by ArndW
Wed Nov 05, 2008 2:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Subtratc few days from a date
Replies: 3
Views: 958

Nothing easier than that - use the "DateFromDaysSince" function as described on page 594 of the Parallel Job Developer Guide
by ArndW
Tue Nov 04, 2008 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Which NLS map to be used for ¼ ½ characters ?
Replies: 3
Views: 990

All you need to do is to choose a map which has those characters, i.e. UTF-8 or UniCode to name just 2.
by ArndW
Tue Nov 04, 2008 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to connect to Datastage, directory not a UV account
Replies: 2
Views: 1372

Hello Roy - it is good that you found the cause, could you also mark this thread as "resolved" so that people using search can find it and use your solution?
by ArndW
Tue Nov 04, 2008 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Character Issue in Datastage
Replies: 17
Views: 4101

shobhitj - did you end up trying another tool rather than view data and what was the result. This will bring you further towards a solution than begrudging poor Craig his hard-earned DSXChange points.
by ArndW
Tue Nov 04, 2008 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Character Issue in Datastage
Replies: 17
Views: 4101

Don't use "View Data" with NLS to examine the data for incorrect representation. Use a tool which you know works correctly for the character set(s) that you use.
by ArndW
Tue Nov 04, 2008 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error: C Stage Plugin function only as a new datastage user
Replies: 2
Views: 1114

Look at your OS level acess rights to the object file created by the buildop, probably your new user isn't in the "dstage" group or otherwise has no execute access to the buildop.
by ArndW
Sun Nov 02, 2008 12:41 pm
Forum: General
Topic: Information
Replies: 14
Views: 3163

Nagaraj - I'm sorry for assuming that it was an interview question; usually people wanting to know such information ask "Can you list some differences between them" rather than "List 5 differences"... I'm sure you see the difference in how it comes across.
by ArndW
Sun Nov 02, 2008 12:37 pm
Forum: General
Topic: Hi- To find the no of mondays in a given month
Replies: 14
Views: 3882

BIUser - that wasn't a crude answer at all - very elegant!!!!!
by ArndW
Sun Nov 02, 2008 12:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date time overflow problem
Replies: 3
Views: 916

Did you try the "0001-01-01 00:00:01" as Ray suggested and did that work? If yes, then the answer is that you cannot represent "0001-01-01 00:00:00".
by ArndW
Sun Nov 02, 2008 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: missing script file
Replies: 1
Views: 758

What is in your project directory/RT_SC501/ directory? I would recommend (force) recompiling the job and to search around for someone who might have deleted files at the UNIX level.
by ArndW
Sun Nov 02, 2008 4:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extract substring from a string
Replies: 7
Views: 2024

Nasimul, that is an interesting question - I can't think of an easy way to do this in PX as there are no regular expression functions. The cheap way (which I wouldn't recommend) is to call a BASIC transform where this type of pattern matching can be done easily. Can you specify the rule differently,...
by ArndW
Sun Nov 02, 2008 3:54 am
Forum: General
Topic: Information
Replies: 14
Views: 3163

Re: Difference

Nagaraj wrote:Can you please list 5 differences between them?

If this is an interview question I am surprised that it is in the list, that is like asking "list 5 differences between compiling COBOL and Java". Any answer answer means nothing towards being able to use either compiler, or either Server / PX.
by ArndW
Sat Nov 01, 2008 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Order By before Hashed Stage
Replies: 11
Views: 2984

Can you explain your job design in more detail? The hashed-file lookup ordering should not affect the outcome.
by ArndW
Sat Nov 01, 2008 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job status is showing as running inspite of its completion
Replies: 1
Views: 828

I can understand that the job status shows "running". How did you determine that the job finished successfully? Does this error occasionally happen or always happen?