Search found 53125 matches

by ray.wurlod
Wed Feb 18, 2009 5:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing Invalid date from the source file
Replies: 5
Views: 3039

Create a reject link on your Sequential File stage that reads the file and specify Date as the data type for this column.

Process the reject stream to generate null to replace this field, and funnel it back into mainstream processing.
by ray.wurlod
Wed Feb 18, 2009 5:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Charecters
Replies: 4
Views: 1611

What's special about them? Can you find out what the underlying codes for them are, perhaps by inspecting your source with a hex editor of some kind?
by ray.wurlod
Wed Feb 18, 2009 5:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading the Upper and Lower values in a same record
Replies: 7
Views: 2143

There being no output from the final record is not actually a problem in this particular scenario. This is why I made no mention of it in my solution.
by ray.wurlod
Wed Feb 18, 2009 5:22 pm
Forum: General
Topic: Dynamically (re)setting job parameters at run time
Replies: 9
Views: 19733

I'd be wary of using "#" as a delimiter character, as it can have another meaning (parameter reference). I'd prefer one of the dynamic array delimiter characters, such as field mark (@FM), since these are unlikely ever to occur in data.
by ray.wurlod
Wed Feb 18, 2009 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading the Upper and Lower values in a same record
Replies: 7
Views: 2143

Where do the 3490 figures come from in target row 1000|01|12|24|2000.00|3490.00|2000.00|3490.00 ? There is no 3490 beside key 1000 in your source data. At a guess you're simply searching for a way to compare a row with the previous row. This is done with sorted source data (which you appear to have,...
by ray.wurlod
Wed Feb 18, 2009 3:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: user's permissions on windows
Replies: 2
Views: 1686

1. You can not reindex a job. You can only reindex repository tables. If users have developer's privileges you can not easily restrict their ability to index the tables in which their metadata are stored. The only way of which I can think is the "fourth line of remote" security mechanism f...
by ray.wurlod
Wed Feb 18, 2009 3:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine getting aborted
Replies: 6
Views: 2203

Warning: Latin content

In the singular:
nausea (nominative)
nausea (vocative)
nauseam (accusative)
nauseae (genitive)
nauseae (dative)
nausea (ablative)

Being first declension there's no way you could get a "um" suffix.
by ray.wurlod
Wed Feb 18, 2009 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic:
Replies: 4
Views: 5529

"From the command line" was my intention for "this context".
by ray.wurlod
Wed Feb 18, 2009 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Charecters
Replies: 4
Views: 1611

What's special about them? Can you find out what the underlying codes for them are, perhaps by inspecting your source with a hex editor of some kind? Do you have NLS enabled?
by ray.wurlod
Wed Feb 18, 2009 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete on oracle taking long
Replies: 12
Views: 3448

Get your DBA to monitor the session. In my experience DELETE does take a very long time, particularly when there are referential integrity constraints involved.
by ray.wurlod
Wed Feb 18, 2009 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: running the job in UNIX
Replies: 15
Views: 3850

Are these actually job parameters or are you intending to use the -user and -password options to the dsjob command itself?
by ray.wurlod
Wed Feb 18, 2009 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Tuning
Replies: 13
Views: 2601

I never claimed it was slower. I asserted that it needs more resources (mainly memory but also CPU). This is because each sort group must be kept sorted in memory. If you have sufficient spare resources, then overall processing speed may be unaffected. But best practice in all computing is never to ...
by ray.wurlod
Wed Feb 18, 2009 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project Creation date/time
Replies: 14
Views: 4837

In a routine open VOC then use the STATUS statement to fetch it's file information. In the dynamic array returned by STATUS you will be able to find the date and time created. This perforce is the project date/time created.
by ray.wurlod
Wed Feb 18, 2009 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read DB2 data - Date Format problem
Replies: 2
Views: 1307

Try either creating a new job (to pick up your new default that you set in Administrator) or changing the existing job's job properties to set the new format there.
by ray.wurlod
Wed Feb 18, 2009 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can i install DS PX on windowsXP
Replies: 4
Views: 959

PX as a name no longer exists. It was a marketing fantasy based on an incorrect premise, and very short-lived. Use EE (Enterprise Edition). It requires not "a" C++ compiler - it requires the approved C++ compiler. And this needs to be installed before DataStage is installed. But it remains...