Search found 53125 matches

by ray.wurlod
Wed Jun 20, 2007 5:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get categoryname,jobname,job dependency.
Replies: 8
Views: 2284

Yes you need to create a job. Use a UV stage or a Hashed File stage to extract rows from DS_JOBS. The table is DS_JOBS, the two VarChar columns are NAME and CATEGORY and the selection criterion is that NAME does not begin with a slash or backslash character. In a UV stage this is a WHERE clause on t...
by ray.wurlod
Wed Jun 20, 2007 4:57 pm
Forum: General
Topic: Rounding From Decimal to Integer In PX
Replies: 9
Views: 2296

That's not the same as not generating the warnings in the first place!
When you use the Modify stage add an additional specification containing the single word NOWARN.
This is not in the Parallel Job Developer's Guide but you can find it in the Orchestrate Operators manual.
by ray.wurlod
Wed Jun 20, 2007 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading and Deleting in a Single Unit of Work
Replies: 7
Views: 1220

What's in a name? Close in some stages, After in others.
by ray.wurlod
Wed Jun 20, 2007 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Different Versions of DS in Same Domain
Replies: 5
Views: 1315

Doesn't need it. 5.2 is UniVerse, 7.x isn't. Easy.
by ray.wurlod
Wed Jun 20, 2007 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to Find Maximum Value in a Certain Column
Replies: 9
Views: 2174

:oops:

Joshy started it!!!
by ray.wurlod
Wed Jun 20, 2007 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how build sequence numbers in target
Replies: 2
Views: 850

There are at least four different ways to generate sequence numbers. You need to be quite specific about the technique that you are using.
by ray.wurlod
Wed Jun 20, 2007 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem when importing column defination
Replies: 3
Views: 1255

No, it's actually an Oracle bug. It does not give correct responses to standard function calls such as SQLColumns().
by ray.wurlod
Wed Jun 20, 2007 6:52 am
Forum: IBM QualityStage
Topic: Reverse Engineer
Replies: 9
Views: 3592

Imagine you have a Word investigation job called IAHNAME containing an Investigate stage also called IAHNAME. In the Controls directory there will be a file called IAHNAMEI (the final I means it's an Investigate job) with overall properties - seplist, striplist, the field to be investigated, how the...
by ray.wurlod
Wed Jun 20, 2007 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routines - Which can read Seq File and Update the same
Replies: 6
Views: 2089

OpenSeq, ReadSeq, WriteSeq and CloseSeq are the BASIC statements for working with line-based text files. However, you can't update. Instead you could open the parent directory as a table and read the file as a "record" whose "key" is the file name. The variable into which you read the file is a dyna...
by ray.wurlod
Wed Jun 20, 2007 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to write into Seq file- Import validation error!!
Replies: 16
Views: 3260

In the Columns grid right click on that particular column definition then choose Edit Row from the menu. This will open the extended properties dialog where you can, among other things, supply a default value for the data type and a value that will be used in the file to represent NULL.
by ray.wurlod
Wed Jun 20, 2007 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Allow Multiple instance error
Replies: 4
Views: 1534

Invocation ID

You also must not break any rules, such as having multiple jobs (job instances) writing to the same text file.
by ray.wurlod
Wed Jun 20, 2007 6:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob command
Replies: 25
Views: 9969

Re-compile is only required if you have changed the job design.

If you have not changed the job design, you do not need to re-compile. Reset is sufficient if the job has aborted and its design is not changed.
by ray.wurlod
Wed Jun 20, 2007 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timestamp_format -> not a valid format
Replies: 4
Views: 1372

A timestamp format string must have both a date portion and a time portion. Yours just has a date portion.
by ray.wurlod
Wed Jun 20, 2007 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User-defined queries
Replies: 7
Views: 2355

You can do either. That's my point. Whichever you do you get TWO virtual Data Sets. It's got nothing whatsoever with sparse lookup - it's how normal lookups work.
by ray.wurlod
Wed Jun 20, 2007 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: null handling error
Replies: 17
Views: 5667

And, indeed, that's where I was headed with my question. Do let us know whether this change fixes the problem and, if it does, mark the thread as resolved.