Search found 53125 matches

by ray.wurlod
Fri Nov 23, 2007 4:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row process rate falls from 5000 to 100 rows per sec
Replies: 15
Views: 4277

There is nowhere in DataStage to change the metric. It only reports rows/sec. I really wish it didn't. Calculate the MB, and divide by the elapsed time.
by ray.wurlod
Fri Nov 23, 2007 3:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of @TM for hashed file key
Replies: 14
Views: 4449

Does D_HF_T84_ETLTRANSCO_ACCT (the file dictionary) exist?
by ray.wurlod
Fri Nov 23, 2007 3:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row process rate falls from 5000 to 100 rows per sec
Replies: 15
Views: 4277

Change your metric. Use MB/minute, as noted earlier. With 2MB per row (given that just your Long VarChar is 2MB) your 100 rows/sec equates to 1200MB/minute (over 1GB/minute), which is not too bad a transfer rate.

Or manage your expectations better.

Or introduce partition parallelism.
by ray.wurlod
Fri Nov 23, 2007 3:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how i find the end date based on the previus record eff_date
Replies: 3
Views: 1469

You use two stage variables to remember the value from the previous row and to detect when it has changed. Search the forum for detailed explanation of the technique.
by ray.wurlod
Fri Nov 23, 2007 3:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scratch disk space,conductor,players,section leader
Replies: 2
Views: 1478

Have your employer pay for you to attend DataStage Essentials class (code DX434 for version 7.5, code DX444 for version . These are really fundamental concepts; if you don't understand them then you will not be able successfully to design efficient parallel jobs. DSXchange does not purport to be a s...
by ray.wurlod
Fri Nov 23, 2007 3:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how we will identify how many partions are there in our job
Replies: 3
Views: 840

Welcome aboard.

The only certain way is to inspect the score.

Monitor view in Director can also reveal this information.

It may be different for different stages.

When's the interview?
by ray.wurlod
Fri Nov 23, 2007 3:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how many process will create
Replies: 3
Views: 919

In total 31.

I think this must be an interview question somewhere - it's been asked (and answered in detail) with slightly different numbers about a week ago.
by ray.wurlod
Fri Nov 23, 2007 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check for Substring in a string - substring in reference fil
Replies: 4
Views: 998

The best function is Index(). Its task is to search for (the nth occurrence of) a substring within a string.
by ray.wurlod
Fri Nov 23, 2007 3:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference b/w job parameters and environment variables
Replies: 3
Views: 857

Pre-empting your next question

Premium membership costs less than 30c (about INR12) per day, and will allow you to read the entire posts made by the five premium posters. This is one of the ways that the hosting and bandwidth costs of DSXchange are funded. No-one posting is paid to do so. The revenue from premium membership is t...
by ray.wurlod
Fri Nov 23, 2007 2:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference b/w job parameters and environment variables
Replies: 3
Views: 857

Environment variables are part of the (execution) environment - you can use them in operating system shells even on systems that don't have DataStage installed. Job parameters are exactly what the name suggests; placeholders whose values are supplied when (before) a job run request is issued. It is ...
by ray.wurlod
Fri Nov 23, 2007 2:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI_INVALID_HANDLE
Replies: 6
Views: 1621

A Search on that exact term turned up 17 hits (including this thread). Surely one of those has an answer for you?
by ray.wurlod
Thu Nov 22, 2007 11:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Set Blanks to nulls
Replies: 4
Views: 952

How? It doesn't have a conditional expression.
by ray.wurlod
Thu Nov 22, 2007 11:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Exposure
Replies: 3
Views: 1082

Welcome aboard.

I, for one, would find it impossible to record on this forum all I have learned about the product over the past 12 years.

Try opening the Server Job Developer's Guide at random. See whether there's anything there that you didn't know before.
by ray.wurlod
Thu Nov 22, 2007 8:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Set Blanks to nulls
Replies: 4
Views: 952

Convert blank source to null using an If..Then..Else expression. Test whether it's blank - if so, generate null. If not, leave it alone. Might be valuable to Trim() the source before testing. Target is irrelevant, provided that the columns to receive the nulls are nullable.
by ray.wurlod
Thu Nov 22, 2007 8:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rows to olumns issue
Replies: 3
Views: 1175

You specified monthly 2004 through 2007. That's 48 columns. Not sure how you're proposing to calculate week but, at worst, that's 212 columns. Just create them.