Search found 53125 matches

by ray.wurlod
Thu Feb 28, 2013 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: please provide replica DS transformer code of below code
Replies: 7
Views: 1860

There is a simpler technique in DataStage when the intervals are identically sized. Such was not the case in this example.
by ray.wurlod
Thu Feb 28, 2013 3:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cluster and Grid information from configuration file?
Replies: 5
Views: 1905

A cluster will have more than one fastname in the configuration file. None of the fastnames is a variable.
by ray.wurlod
Thu Feb 28, 2013 3:42 pm
Forum: General
Topic: IDE for Datastage Basic?
Replies: 4
Views: 1189

BDT downloadable (free) as part of U2 DB Tools from Rocket Software may work.
by ray.wurlod
Thu Feb 28, 2013 3:36 pm
Forum: General
Topic: Add / Subtract months from a date in a Sequence
Replies: 3
Views: 3832

Try using the function in the expression for the user variable.
by ray.wurlod
Thu Feb 28, 2013 3:33 pm
Forum: General
Topic: How many users can be created in datastage webconsole
Replies: 3
Views: 1070

Be aware also that, for some roles, you have a "named user limit"; you must be able to show during audit that actual names of the users licensed in those roles, such as Business Glossary Administrator.
by ray.wurlod
Thu Feb 28, 2013 4:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: please provide replica DS transformer code of below code
Replies: 7
Views: 1860

If .. Then .. Else If .. Then .. Else If .. Then .. Else ...
by ray.wurlod
Thu Feb 28, 2013 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: equalent datastage transaformer code
Replies: 3
Views: 1105

Convert both dates to Julian then perform the arithmetic. Convert the result back from Julian.
by ray.wurlod
Wed Feb 27, 2013 7:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generic file compare using RCP
Replies: 5
Views: 1463

Yes, but only if your comparison basis is "all fields are key"
by ray.wurlod
Wed Feb 27, 2013 7:40 pm
Forum: General
Topic: Writing SQL Query as Source in DataStage
Replies: 12
Views: 12296

Some of the cases where I need user-defined SQL (though often I prototype the same with SQL Builder):
  • need to refer to parameters that are in Parameter Sets, for example in WHERE clause

    need to use a UNION or INTERSECTION etc.

    need to specify fully parameterised table identifiers
by ray.wurlod
Wed Feb 27, 2013 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: soap header authentication in webservice
Replies: 9
Views: 3373

No, keep the namespace declarations in the header. I suggested that you change the references to namespaces within the body.
by ray.wurlod
Wed Feb 27, 2013 2:53 pm
Forum: General
Topic: Writing SQL Query as Source in DataStage
Replies: 12
Views: 12296

Welcome aboard. In the DB2 Connector stage (or such other DB2 stage as you might use) you have the option to have the SQL generated by the stage, built using SQL builder (Connector only) or using user-defined SQL. In the Connector stage set the Generate SQL property to "No", and provide a ...
by ray.wurlod
Wed Feb 27, 2013 2:50 pm
Forum: General
Topic: Import DataStage Job to a Specific Category
Replies: 3
Views: 1993

Re: Import DataStage Job to a Specific Category

venkat626 wrote:When I export a job from one host and then import it to another it usually is created in the same category (directory) as in the original host.
Not "usually". Always.

You can move it subsequently.
by ray.wurlod
Wed Feb 27, 2013 2:49 pm
Forum: General
Topic: datastage8.7 installation without c++ compiler
Replies: 7
Views: 3171

... and you can infer from that that you can compile anything not mentioned in the list (which should also have included C++ functions used as parallel routines).
by ray.wurlod
Wed Feb 27, 2013 2:48 pm
Forum: General
Topic: xmeta migration from db2 to oracle
Replies: 2
Views: 1351

Try a Search of DSXchange - you will find that this has been discussed in the past, and that links to the relevant documentation exist in some of those posts. Short answer is that it can be done.
by ray.wurlod
Wed Feb 27, 2013 2:46 pm
Forum: General
Topic: Failed to connect to Information Server Engine (80011)
Replies: 3
Views: 6978

You can probably log in using browser-based clients, but not to DataStage.

80011 is an error from the DataStage RPC mechanism. It suggests that you have not set up the Engine credentials correctly in the Web Console for Information Server.