Search found 53125 matches

by ray.wurlod
Mon Dec 15, 2008 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: spliting single column values
Replies: 9
Views: 2300

If it's not too large a number of records (say fewer than 10 million (1 crore)) I would use a server job. Vertical pivot with an arbitrary number of columns is much easier in a server job. Some of the server job techniques could also be used in a BASIC Transformer stage in a parallel job. Splice(Reu...
by ray.wurlod
Mon Dec 15, 2008 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AL32UTF8
Replies: 3
Views: 2437

AL32UTF8 is an Oracle map name. Oracle chooses to use different names from the rest of the world.

Try using UTF-8 as the DataStage map name.
by ray.wurlod
Mon Dec 15, 2008 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To change the datatype of a column of datastage job in unix
Replies: 1
Views: 891

They are not stored at all in UNIX. They are stored in a database. Worse (for your purposes), SQL data types are not stored directly as such, but rather are stored as an enumerated value. Unless you know these values, you can not effect a change of data type even with an SQL query against the databa...
by ray.wurlod
Mon Dec 15, 2008 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs getting killed in Master Sequence without any error
Replies: 3
Views: 1098

No way for us to know, because we can't monitor your AIX system. You (or your UNIX admin) must do that. How busy is the system?
by ray.wurlod
Mon Dec 15, 2008 3:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: not able to open oci stage
Replies: 8
Views: 1718

Pressing Esc is good. I've always uncovered modal dialog box that doesn't have focus by minimizing all other windows. Sometimes you can be lucky and it will have an icon in the task bar, but this is never guaranteed.
by ray.wurlod
Mon Dec 15, 2008 3:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: pass command output to job parameter
Replies: 2
Views: 1253

And, indeed, has been discussed in the most recent Webinar on the DSXchange Learning Center.

Basically, though, you need to handle the line terminators in the output of the command, which DataStage translates into field marks before loading into the activity variable $CommandOutput.
by ray.wurlod
Mon Dec 15, 2008 3:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deletion of Project does not remove all entries
Replies: 2
Views: 1336

What Craig said is correct. Reinstate the UV.ACCOUNT record and delete using the GUI. There are too many interconnected components to try to re-invent that particular wheel.
by ray.wurlod
Mon Dec 15, 2008 3:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: not able to open oci stage
Replies: 8
Views: 1718

That's what the Favorites folder is for.
by ray.wurlod
Mon Dec 15, 2008 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence number
Replies: 9
Views: 2554

Use the Fmt() function to add leading zeroes. Beware, however, that this will give "strange" results if your count goes over the number of digits you specify in your format string.
by ray.wurlod
Mon Dec 15, 2008 2:57 pm
Forum: General
Topic: Resource Tracker
Replies: 1
Views: 1296

Do you get a specific error message that might show why this process is failing to start? If so can you please post that message?
by ray.wurlod
Mon Dec 15, 2008 2:56 pm
Forum: General
Topic: External filter stage
Replies: 3
Views: 1240

You confused me with "inputs to my job". Yes you can use an External Filter stage for this, or you can (if the source is a file) use the Filter command property of the Sequential File stage that reads the file, in which case stdout of the Filter command is read by the Sequential File stage...
by ray.wurlod
Mon Dec 15, 2008 2:54 pm
Forum: General
Topic: Unable to write to datasets
Replies: 6
Views: 1512

Welcome aboard.

Check that you have write permission (a) to all direcories shown as resource disk in your configuration file and (b) to the directory in which the Data Set descriptor file is to be written.
by ray.wurlod
Sun Dec 14, 2008 2:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unique surrogate key at a project level - across jobs
Replies: 4
Views: 1266

Yes, simply refer to the same state file.
by ray.wurlod
Sat Dec 13, 2008 3:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing the error in a file or table
Replies: 12
Views: 2392

Where are you doing this from, and what have you tried?

I neglected, earlier, to mention that Director has a Print option under the Project menu, and that the print dialog has a Print to File choice available. This may do it for you.