Search found 53125 matches

by ray.wurlod
Wed Jul 25, 2007 1:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: giving rank codes to employees
Replies: 1
Views: 526

Can't you just sort the result again, by emplid then by rank in descending order? Or run it through an Aggregator stage grouping by emplid, name and groupid and returning max(rank).

Incidentally, choose a different term. What you have is not a rank, it's merely a counter.
by ray.wurlod
Wed Jul 25, 2007 1:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export XML
Replies: 9
Views: 2356

Why not enable server side tracing and do an export from Manager, then disable server side tracing and inspect the trace file so you can see how DataStage does it? It might give a clue. Then again, it might not.
by ray.wurlod
Wed Jul 25, 2007 12:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After deleting job in Manager getting ERROR
Replies: 2
Views: 798

Two possibilities. 1. Your Repository indexing is out of date. Repair with DS.REINDEX when you have exclusive access to the project. 2. The job has already been deleted. Verify with DS.CHECKER when you have exclusive access to the project. If you want me to answer your questions immediately when you...
by ray.wurlod
Wed Jul 25, 2007 12:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stopped vs Aborted
Replies: 7
Views: 2062

Reject the requirement. It can not be reliably achieved.

Learn English. The second person personal pronoun is "you", not "u". Plz, I believe, is a city in Borogravia.
by ray.wurlod
Wed Jul 25, 2007 12:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting filename in every record
Replies: 4
Views: 895

If you have Enterprise Edition the parallel job Sequential File stage has the capability you ask for (a file name column). Otherwise you will need to construct a loop in a job sequence to process the list of file names, and pass each individual file name to the job, which can then create a file name...
by ray.wurlod
Wed Jul 25, 2007 12:46 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Data Sample creation in process please try later
Replies: 2
Views: 2458

Learn patience. ProfileStage can not let you view the sample until it has finished generating the sample.
by ray.wurlod
Wed Jul 25, 2007 3:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create a sequencer to run the job in infinite loop
Replies: 9
Views: 1756

Continuously-running jobs are, in general, a bad idea except, perhaps, when exposing your job as a web service via RTI stages (SOA edition). Let the jobs finish at least once per day so resources can be cleaned up. Also provide a mechanism so that you can instruct the job to finish on the next cycle...
by ray.wurlod
Wed Jul 25, 2007 3:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling a Quality stage job from the sequencer
Replies: 3
Views: 888

It's "sequence", not "sequencer". Job exit status is 0 = running, 1 = finished OK, 2 = finished with warnings, etc. You need to create a custom trigger on the Execute Command activity so that it does not assume that a non-zero exit status is automatically a failure.
by ray.wurlod
Wed Jul 25, 2007 3:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert 'YYYY-MM-DD hh:nn:ss' format to 'YYYY-MON-DD' in PX
Replies: 10
Views: 5179

... or use lookup_string_from_int16() function in the Modify stage.
by ray.wurlod
Wed Jul 25, 2007 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: INSERTing maximum value
Replies: 17
Views: 4634

Neither is "better". Which is best suited to your requirements? Is the target database available whenever you need it, or should you store the data so they can be loaded when the database is available? In that case, a Data Set is probably preferable to a file, since it preserves the parallel nature ...
by ray.wurlod
Wed Jul 25, 2007 3:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading DB2 Decimal Type
Replies: 4
Views: 2113

DataStage without NLS enabled requires what you call "American settings".
DataStage with NLS enabled can handle any character known to modern business data processing.
by ray.wurlod
Wed Jul 25, 2007 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Additional sequential warnings
Replies: 12
Views: 4901

All warnings are displayed in the job log, unless you have a maximum number of warnings set when the job is submitted to be run (usually 50). This can be set in the Job Run Options dialog when you submit a job to be run from Director, or using the -warn option in the dsjob command.
by ray.wurlod
Wed Jul 25, 2007 3:26 am
Forum: IBM QualityStage
Topic: Quality Stage Project - sort issues with street name
Replies: 6
Views: 2813

Can you please check the STRIPLIST - that's the only explanation I can think of for that behaviour, unless the sort itself ignores "punctuation" characters, which I think would be unlikely. Have you involved your official support provider?
by ray.wurlod
Wed Jul 25, 2007 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RowNumberColumn
Replies: 3
Views: 1138

Everything in C starts from 0. Get used to it.
by ray.wurlod
Wed Jul 25, 2007 12:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Plug in issue
Replies: 12
Views: 2352

Ask your DB2 DBA about the bind20 utility.