ABAP Extract Stage in PX

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
narasimhareddy
Participant
Posts: 10
Joined: Wed Nov 30, 2005 8:12 am

ABAP Extract Stage in PX

Post by narasimhareddy »

i have to give condition in where clause like " where name1 is not null".
There are different ways i tried like
1)when i try to give the same conditon in where clause by selecting operand as name1 and the operator as IS NOT NULL, while verifying ABAP Extract stage is giving " right operand is missing" error.
2)selecting operend as name1, operator as <> and operand NULL (hard coded), in this case verifying but while grenerating program ABAP Extract Stage is giving error.

Is there any posibility to customize ABAP Extract Stage generated code?
I well come to solve the problem.

Regards,
Reddy.
kwwilliams
Participant
Posts: 437
Joined: Fri Oct 21, 2005 10:00 pm

Re: ABAP Extract Stage in PX

Post by kwwilliams »

The ABAP stage is generating code in SAP, you can alter the code in SAP and then recompile it.
Post Reply