Search found 53125 matches

by ray.wurlod
Wed Sep 27, 2006 1:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to remove additional zeros in a record using Transformer
Replies: 12
Views: 10678

The OP has begun a new thread here on this topic.
by ray.wurlod
Wed Sep 27, 2006 1:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameter values dynamically
Replies: 10
Views: 2419

Use a job sequence with a Start Loop and End Loop activity. Set up your loop as a "list of things" loop generated by listing the file of file names. Invoke the job within the loop.
by ray.wurlod
Wed Sep 27, 2006 1:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence Activity of the Job still shows Running
Replies: 6
Views: 1745

And are the timestamps close to the "log purged" timestamp? What is the status of the job sequence in Status view?
by ray.wurlod
Wed Sep 27, 2006 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel jobs on linux
Replies: 3
Views: 1563

Parallel jobs can be run on Windows provided that the DataStage version is 7.5x2.

Parallel jobs can be run on Red Hat AS3.0. The Server to Parallel Transition Lab offered through DCS is run on a Linux server. This is running version 7.5.1 of DataStage.
by ray.wurlod
Wed Sep 27, 2006 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameters used to decide no. of jobs
Replies: 1
Views: 676

First case: get the mainframe folks to effect the join for you and process one file. Second case: get the five files joined before extraction, and use Join stage (?) for the remainder. The parallel job philosophy is to keep everything in memory as much as possible so, if you have the resources, do i...
by ray.wurlod
Wed Sep 27, 2006 1:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to remove additional zeros in a record using transforme
Replies: 1
Views: 715

HOW is it not working? The Trim() function should remove the leading zeroes (if syntactically correct - no quotes around the first argument). The fact that your target data type is Char will mean that the value will be right-padded with spaces. If you don't want that, don't use Char.
by ray.wurlod
Wed Sep 27, 2006 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: REG:Dates
Replies: 1
Views: 802

Don't use a Transformer stage - that's server job thinking. Use a date format string in whatever stage you are using to read the Excel data.
by ray.wurlod
Wed Sep 27, 2006 1:06 am
Forum: IBM QualityStage
Topic: How do you see the rows which have fallen into unhandled pat
Replies: 8
Views: 4278

The SRT file is sorted by pattern. But that doesn't mean you can't re-sort it by unhandled pattern, or run it through a filter that eliminates those rows that have an empty (all spaces) unhandled pattern field.
by ray.wurlod
Tue Sep 26, 2006 10:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence Activity of the Job still shows Running
Replies: 6
Views: 1745

Auto purge only happens AFTER successful completion. Look slightly earlier in the log for the "completed" message.
by ray.wurlod
Tue Sep 26, 2006 10:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restart Datastage Services - Exe or BAT file
Replies: 1
Views: 750

Not possible in the way that you envisage. You could use AT, however, if you have appropriate privileges. Recall that AT has a COMPUTERNAME switch that allows you to start commands on other computers. If there is a restart bat file on the server you can use that. Otherwise issue a stop command (uv -...
by ray.wurlod
Tue Sep 26, 2006 9:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: insufficient system resources
Replies: 3
Views: 1552

Thank you for sharing that. Your unasked question can not be answered without additional information. Describe your hardware. That the message resulted from a call to mmap() one would ordinarily conclude that you ran out of memory. What data volume are you processing? What are your buffer settings? ...
by ray.wurlod
Tue Sep 26, 2006 7:43 pm
Forum: Site/Forum
Topic: Posts per day
Replies: 13
Views: 7111

Got there today. On budget ($0) and ahead of schedule. Ta da!
by ray.wurlod
Tue Sep 26, 2006 7:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datawarehouse's Data Merging Considerations
Replies: 7
Views: 2002

... a task much less difficult if you have QualityStage.
by ray.wurlod
Tue Sep 26, 2006 7:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Target table updateexisting rows or insert newrows
Replies: 2
Views: 710

Not "should have", "must have".
by ray.wurlod
Tue Sep 26, 2006 7:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job hangs
Replies: 8
Views: 2049

Inadvertently, perhaps, you've stumbled on the cause and correct solution. If someone puts any other file in a directory that is a dynamic hashed file (other than DATA.30, OVER.30 and .Type30) it ceases to be a dynamic hashed file and reverts to being a regular directory (known to DataStage BASIC as...