Search found 53125 matches

by ray.wurlod
Tue Dec 21, 2010 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: server routine : information regarding $include files
Replies: 3
Views: 1622

These header files are in a sub-directory called DSU_BP in the project directory on the server (engine). They are not header files supplied with DataStage but, presumably, were written in-house or by a contractor. Since they are text files you can read them with any text editor. With a product like ...
by ray.wurlod
Tue Dec 21, 2010 3:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job LogFile
Replies: 6
Views: 2703

In server edition you can use Hashed File stage or UniVerse stage. The tricky part - discussed in the documents referred to - is determining the job number and therefore the hashed file name RT_LOGnnn.
by ray.wurlod
Tue Dec 21, 2010 3:17 pm
Forum: General
Topic: list of complied jobs in a project from a given date
Replies: 3
Views: 1606

Yes, using Director. Disable the display of categories.
by ray.wurlod
Tue Dec 21, 2010 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings on data type int (int32 to uint32)
Replies: 3
Views: 3876

Check the schemas thoroughly to ensure that there's no Extended property making one of the integers unsigned.
by ray.wurlod
Tue Dec 21, 2010 4:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job LogFile
Replies: 6
Views: 2703

Yes. The easiest would be a DataStage job. Other methods use queries against the database capturing the output into a file using COMO, DIVERT.OUT or simple redirection.
by ray.wurlod
Tue Dec 21, 2010 4:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert dates to Julian format
Replies: 2
Views: 1346

Code: Select all

Oconv(Iconv(InLink.TheDMYDate, "DDMY"), "DMADY")
by ray.wurlod
Mon Dec 20, 2010 11:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Geographical data Type
Replies: 3
Views: 1740

I usually encounter them as Decimal(7,3) or subrecord containing degrees, minutes, seconds and direction. In N years of working with databases I have not encountered a data type called Geographical (though QualityStage does have a GeoMatch matching technique).
by ray.wurlod
Mon Dec 20, 2010 10:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to remove the end point in decimal column
Replies: 1
Views: 1330

Is there some setting for bcp that allows it to recognize the "nnnnnnn." format for decimals with a scale of 0?
by ray.wurlod
Mon Dec 20, 2010 10:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trimming columns when RCP is enabled
Replies: 5
Views: 2897

Only if the column is named. You can't do it with RCP.
by ray.wurlod
Mon Dec 20, 2010 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait I/O
Replies: 3
Views: 1397

You'll need to enlist someone like Harry Potter.

You just CANNOT avoid I/O when moving stuff to and from disk!
by ray.wurlod
Mon Dec 20, 2010 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find the Job Name?
Replies: 5
Views: 1718

Do a "where used" on the table definition. You DO rigorously manage your metadata, don't you?
by ray.wurlod
Mon Dec 20, 2010 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trimming columns when RCP is enabled
Replies: 5
Views: 2897

As soon as you need to perform some operation on a column that column must be named on the input link - it can not "magically" be produced there by RCP. That is, your Trim() function has to have an argument.
by ray.wurlod
Mon Dec 20, 2010 3:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset comparision from Oracle and Teradata
Replies: 6
Views: 2699

Note that the *.ds files will always differ from each other. Comparing those is pointless. Werner's approach will get you what you seek, or very close to it.
by ray.wurlod
Mon Dec 20, 2010 3:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sparse Lookup
Replies: 14
Views: 9598

For starters, the SQL for a lookup will (must?) contain a WHERE clause. Your alleged "test" SQL does not.
by ray.wurlod
Mon Dec 20, 2010 3:04 pm
Forum: General
Topic: 000-418 DataStage v.8 Practice
Replies: 5
Views: 2729

Apparently Prometric do offer a "ten dollar exam", though I'm not sure whether that's available for DataStage. Could be worth checking out, though.