Search found 53125 matches

by ray.wurlod
Wed Feb 08, 2006 11:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How I can update primary key of table in Datastage jobs.
Replies: 1
Views: 843

Trick it. Make the key column in your design the one that will appear in the WHERE clause, and mark the one that will appear in the SET clause non-key. :wink:
by ray.wurlod
Wed Feb 08, 2006 11:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB issue or DS issue?
Replies: 11
Views: 1913

And is the source database possibly being updated while your selects are running?
by ray.wurlod
Wed Feb 08, 2006 11:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DWH Tools
Replies: 17
Views: 4144

There are competitive products to QualityStage. In my opinion none has the range of statistical (probabilistic) models available that QualityStage (formerly INTEGRITY from Vality) has. But the biggest kicker is how easy or difficult they are to integrate with your other tools - the interface between...
by ray.wurlod
Wed Feb 08, 2006 11:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Audit DS jobs
Replies: 6
Views: 2519

I thought the column name was DTM, not MODIFIED_ON. There is no SQL - anywhere - that allows you to query successfully with made-up column names.
by ray.wurlod
Wed Feb 08, 2006 11:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Equal Usage of CPU
Replies: 6
Views: 1087

You might look at separate logical partitions (LPARs) but these are totally separate, so you may end up having to have duplicated components.
by ray.wurlod
Wed Feb 08, 2006 11:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creation of cobol subroutine on MVS DataStage
Replies: 3
Views: 1440

To the best of my knowledge DataStage EE MVS does not have the ability to create COBOL subroutines. The External Routine stage allows existing routines to be called. One of its properties is the library containing that routine. I believe you're seeking like Create mainframe routine (to go with Creat...
by ray.wurlod
Wed Feb 08, 2006 11:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to schedule a job on a particular day of the year
Replies: 3
Views: 1057

Can you not schedule it from Director as 1 Jan with the Every option checked? Then just modify the crontab entry as required.
by ray.wurlod
Wed Feb 08, 2006 11:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: truncate trailing zeroes
Replies: 9
Views: 1563

There are no actual data types within server jobs. Dividing by 100 was a perfectly valid method. So is substring (or Left() function).
by ray.wurlod
Wed Feb 08, 2006 11:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: usage analysis of hash file
Replies: 4
Views: 1033

I think Vinod means a Usage Analysis such as is done in Manager, rather than an ANALYZE.FILE. That said, the answer is that you must still SETFILE, and import the file definition. Alternately you can Save the hashed file definition from your job design and import it everywhere else it's needed. Usag...
by ray.wurlod
Wed Feb 08, 2006 10:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issue
Replies: 8
Views: 3362

"Best" is too subjective a term. 25 jobs is very many to maintain. 25 separate jobs will make troubleshooting easier. What/where are your priorities?
by ray.wurlod
Wed Feb 08, 2006 10:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error from DSDB2 Stage
Replies: 6
Views: 3016

There's also a Help topic on DB2 configuration requirements. It's for DB2 Enterprise stage (parallel jobs) but it's still a useful checklist.
by ray.wurlod
Wed Feb 08, 2006 10:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to trim leading zeroes using trim()
Replies: 26
Views: 8042

What is the data type of MYFIELD? Have you tried converting it to integer (say in a Transformer stage)? That should remove the zeroes - if it doesn't adding zero to the integer definitely will.
by ray.wurlod
Wed Feb 08, 2006 10:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RT_SC213/jpfile: No such file or directory
Replies: 4
Views: 1298

One way might be to count the number of pieces that should exist for job number xxx before promoting and verifying that number after promotion. RT_BPxxx, RT_SCxxx and RT_BPxxx.O. If you want to be thorough, do the same for RT_CONFIGxxx and RT_STATUSxxx using SQL queries (SELECT COUNT(*) FROM tablena...
by ray.wurlod
Wed Feb 08, 2006 10:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sorted input to Join
Replies: 7
Views: 1661

Mandatory if the manual is to be believed. I believe it so have always key partitioned and sorted Join stage inputs. Perhaps you'd like to try without, and let us know the result?
by ray.wurlod
Wed Feb 08, 2006 10:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TRANSFORMER cf SWITCH speed benchmark
Replies: 8
Views: 2794

Not running on a PX site at the moment. Can't say.