Search found 180 matches

by bigpoppa
Fri Feb 20, 2004 7:13 pm
Forum: Enhancement Wish List
Topic: Strip header/trailer
Replies: 3
Views: 4211

Strip header/trailer

It seems like quite a few people need processing in PX to allow the stripping of header and trailer records for an incoming dataset. Wouldn't it be nice if the Sequential file import had separate header and trailer flags that would tell the engine to strip an existing header/trailer and output them ...
by bigpoppa
Fri Feb 20, 2004 7:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting default values instead of nulls in Join & lookup
Replies: 9
Views: 6629

Getting default values instead of nulls in Join & lookup

T.J.,

"parjdev.pdf" is wrong? ASCL put out a bad doc? It couldn't be.

I hope you are kind enough to let ASCL know what its errors are in parjdev.pdf. You will be doing a service to the community.

-BP
by bigpoppa
Fri Feb 20, 2004 7:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGPIPE failure - How do you diagnosis cause?
Replies: 2
Views: 3138

SIGPIPE failure - How do you diagnosis cause?

T.J.,

What are the output messages for the other "APT_CombinedOperatorController"s?

Also, have you tried turning off the combined operators env var? That would be a good step in debugging this error.

- BP
by bigpoppa
Sat Feb 14, 2004 12:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teraread error in Datastage
Replies: 5
Views: 5590

teraread error in Datastage

It is recommended to run PX on an even number of nodes. If you set the config to be 14-way or 16-way, do you still get the same problem?

-BP
by bigpoppa
Sat Feb 14, 2004 12:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic transform vs. Regular Transform
Replies: 0
Views: 2084

Basic transform vs. Regular Transform

TJ mentioned that buildop and a regular transform can have similar run times when executing similar code. How do the runtimes compare for the PX Basic Transform?

-BP
by bigpoppa
Sat Feb 14, 2004 12:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operator in PX?
Replies: 9
Views: 6962

Re: Operator in PX?

Thanks bigpoppa. Time to show off for me :D So, you use OSH for writing OPERATORS and later save them, compile them, make them as a stage and use them in PX jobs. Is that the usage of them ? What you're describing is a build-op. An "operator" is just a generic term for a PX stage. A build...
by bigpoppa
Sat Feb 14, 2004 12:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer Stage
Replies: 3
Views: 2016

Transformer Stage

You can still call modify/filter and all the old stages by directly invoking them using the generic PX stage..

As for the constraint.. A record travels downstream only if it satisfies the constraint of the outbound dataset. Please post an explanation of the constraint and the constraint code.

- BP
by bigpoppa
Sat Feb 14, 2004 12:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Record schema of DataSets
Replies: 8
Views: 3702

Record schema of DataSets

In OSH or thru the PX GUI? If the record schema has been saved to a file, you can open it in DS Manager and manipulate it there.

- BP
by bigpoppa
Thu Feb 12, 2004 10:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operator in PX?
Replies: 9
Views: 6962

Operator in PX?

An operator in PX is the same thing as a stage in DataStage Server. An operator is a piece of ETL code that is displayed as an icon in the GUI, similar to a stage in DS Server. PX operators offer different functionality than do Server's stages. And PX operators run only on the PX engine which is sep...
by bigpoppa
Wed Feb 11, 2004 4:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: [HELP.....] Compilation of a simple parallel job hangs
Replies: 7
Views: 3830

[HELP.....] Compilation of a simple parallel job hangs

Looks as if you need another outbound dataset - one for the rejects and one for the non-rejects, right? How many outbound links does your dataset have?
-BP
by bigpoppa
Mon Feb 02, 2004 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Environment Variables
Replies: 20
Views: 13412

Using Environment Variables

A work around:

Set your global env vars in a file. Source that file in a new "osh" executable in the PX bin directory.

- BP
by bigpoppa
Sun Jan 25, 2004 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Wrong number of parameters. SQLSTATE=07001
Replies: 2
Views: 5699

Wrong number of parameters. SQLSTATE=07001

A thought for a hack:

A parser somewhere in this job must be expecting '>' and '<' to be special characters. Could you try escaping the '>', like '/>', in your query?

Ultimately I believe you have discovered (or rediscovered) a bug with the DB2 stage.

-BP
by bigpoppa
Sun Jan 25, 2004 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage Variables...
Replies: 10
Views: 8443

Stage Variables...

You can always see what your transform and buildop compiled code looks like. You just need to find the right .trx file associated with the transform/buildop.

Please look thru previous posts to determine how to find the .trx file.

-BP