Search found 53125 matches

by ray.wurlod
Wed Aug 13, 2008 4:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: name some of the Routines to be used in PX jobs
Replies: 5
Views: 2121

IsValid() will do for (5) and (6).

When's the interview?
by ray.wurlod
Wed Aug 13, 2008 4:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Char To Date Converstion
Replies: 11
Views: 3330

Might you therefore contemplate marking this thread as Resolved? Use the big green button at the top of the page.
by ray.wurlod
Wed Aug 13, 2008 4:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem while setting the precesion for a column
Replies: 3
Views: 1361

Precision and scale are set for the Decimal data type. When you are converting this to a string, the precision and scale of the Decimal input field are preserved in the string output field. You may also need the optional argument fix_zero, to specify that a decimal number consisting of all zeroes is...
by ray.wurlod
Wed Aug 13, 2008 4:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: expecting 1 segments, read 2 segments
Replies: 15
Views: 4333

What, that the Data Set has no segments? Or is it 2 segments? Or 1? I am getting thoroughly confused. What - precisely - is your issue?

And what happened (in the Segments grid) when you selected a partition in the Data Set Management utility?
by ray.wurlod
Wed Aug 13, 2008 4:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record <>in file DS_ROUTINES is read-only and cannot b
Replies: 4
Views: 1279

Routines that are supplied with DataStage are read-only because the vendor and support folks expect to be able to find them and to find that they behave as documented. So don't delete any of these. If you (someone at your site) has made some of your site's other routines read-only, then this should ...
by ray.wurlod
Wed Aug 13, 2008 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSSetUserStatus use?
Replies: 1
Views: 1504

Posting the same question in multiple forums will not get any better answers, and it's frowned upon because it wastes the time of those who have to read them.

This question has been answered in the Server forum.
by ray.wurlod
Wed Aug 13, 2008 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parsing a File Component
Replies: 2
Views: 1020

You have marked this thread as Resolved. Please post what the resolution was.

Some indication of what the problem was would be edifying too.
by ray.wurlod
Wed Aug 13, 2008 4:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot relase job
Replies: 2
Views: 1029

Search the forum, looking for "lock" and, in particular, "LIST.READU". This will help you to ascertain the owner of the lock, and LISTU will link the owner number to the owner name. You can then use UNLOCK - if safe to do so - to release the lock. Or, if you have the deadlock daemon (dsdlockd) runn...
by ray.wurlod
Wed Aug 13, 2008 4:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSSetUserStatus function use??
Replies: 2
Views: 1944

You're completely on the wrong track. Each job has a "user status area" into which the DSSetUserStatus() function can put a value. That value can subsequently retrieved, even after the job has finished, either through a Job activity's $UserStatus activity variable, or by calling the DSGetJobInfo() f...
by ray.wurlod
Wed Aug 13, 2008 3:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Char To Date Converstion
Replies: 11
Views: 3330

Read the error message. NO EXPORT HANDLING IS DEFINED.

This is what I was getting at when asking you about whether Null Field Value is specified.

The problem now is in your Sequential File stage. This is pellucid in the error message.
by ray.wurlod
Wed Aug 13, 2008 3:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: expecting 1 segments, read 2 segments
Replies: 15
Views: 4333

You have to select one of the partitions for the Segments grid to be populated, and it is then populated with the pathnames of the segment files that are used on that partition.
by ray.wurlod
Wed Aug 13, 2008 3:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parsing a File Component
Replies: 2
Views: 1020

Are you?

Fascinating.
by ray.wurlod
Wed Aug 13, 2008 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to collect the Performance Statistics of the JOB
Replies: 2
Views: 1100

Buy MetaStage and have them collected automatically. (Note that MetaStage ceases to exist with effect from version 8.0).

Download ETLstats from Kim Duke's website which is a set of tools that will gather these statistics and put them wherever you like.

Don't re-invent the wheel!
by ray.wurlod
Wed Aug 13, 2008 3:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read only one row from dataset?
Replies: 3
Views: 1318

You do. Look at the osh generated and executed by View Data. It includes a head operator to limit the rows according to your selection.
by ray.wurlod
Wed Aug 13, 2008 3:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Constraint issue
Replies: 2
Views: 798

Neither right operand of the MATCHES operator includes any wildcard characters. Are you interested in doing an "equals" comparison or a "contains" comparison? The equals comparison is straightforward - simply replace the MATCHES operators with "=" operators. The contains comparison requires you to e...