Search found 53125 matches

by ray.wurlod
Wed Jun 17, 2009 5:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strip out the character
Replies: 2
Views: 1739

"Strip out all the characters" to me means replace the string with "", which is not (I suspect) what you mean. If you mean strip out all the alphabetic characters, the easiest solution is a Convert() function with all alphabetic characters as its first argument and "" a...
by ray.wurlod
Wed Jun 17, 2009 5:52 pm
Forum: IBM QualityStage
Topic: Standardization:Using the seq file extractd from xml
Replies: 9
Views: 9933

What were their previous values, who advised these changes, and (did they explain) why changing these values fixed the particular problem? For that matter, what was the real, underlying, original problem?
by ray.wurlod
Wed Jun 17, 2009 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort stage
Replies: 6
Views: 1837

Douglas Adams wrote:If you try and take a cat apart to see how it works, the first thing you have on your hands is a non-working cat.
This is wrong. The first thing you'll have on your hands is a number of severe wounds from cat claws.
by ray.wurlod
Wed Jun 17, 2009 4:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Start the job whenever DS comes up
Replies: 10
Views: 3462

The startup script for DataStage is ${DSHOME}/sample/ds.rc - you could put a dsjob command into the end of that (checking, of course, that DataStage has successfully been started).
by ray.wurlod
Wed Jun 17, 2009 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CONFIG file with PX license
Replies: 4
Views: 1338

There is no relationship between the PX licensing and APT_CONFIG_FILE.
You can configure as many nodes as you wish. (The parallel engine must be accessible to each, of course.)

The license is related only to the number of processing cores in the machine(s).
by ray.wurlod
Wed Jun 17, 2009 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: database OCI, Enterprise, CLI, Load, Load Express
Replies: 4
Views: 1361

Then, when you get to version 8, you will also have Connectors in the mix.
by ray.wurlod
Wed Jun 17, 2009 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Few doubts (PS not interview questions)
Replies: 8
Views: 2799

A1) Look more carefully at the output structure of each.
A2) Please advise in which manual you found the scenarios.
A3) No.
by ray.wurlod
Wed Jun 17, 2009 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reconciliation
Replies: 9
Views: 1770

Then my solution will work for you.
by ray.wurlod
Wed Jun 17, 2009 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running a stored procedure through datastage
Replies: 4
Views: 2299

Probably not ODBC, which requires that the SP be able to handle a record set. More likely Stored Procedure stage.
by ray.wurlod
Wed Jun 17, 2009 4:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Server 2005 Connection Error
Replies: 4
Views: 1974

The token GET.DSNINFO suggests that DataStage is having a problem finding the DSN named in your job. Is the DSN properly configured and is the DSN properly recorded in the uvodbc.config file for the project?
by ray.wurlod
Wed Jun 17, 2009 4:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort stage
Replies: 6
Views: 1837

That would be the ambiguous puzuma.
by ray.wurlod
Wed Jun 17, 2009 4:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What Protocal used by Infosphere to connect UNIDATA
Replies: 5
Views: 1373

Almost certainly UniRPC if you're using that method.
by ray.wurlod
Wed Jun 17, 2009 4:10 pm
Forum: General
Topic: help - Convert Char to Bigint
Replies: 2
Views: 1270

Second silly question - what is the maximum number of characters (digits and sign) in a BigInt?
by ray.wurlod
Wed Jun 17, 2009 4:09 pm
Forum: General
Topic: Get Hash Row Counts Outside of a Job
Replies: 5
Views: 1970

... but searching DSXchange for the SETFILE command will reveal all.
by ray.wurlod
Wed Jun 17, 2009 4:05 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: pxbridge error during column analysis
Replies: 2
Views: 3290

Well done for finding the problem. Please mark the thread as Resolved using the green button at the top of the page.