Extracting two records From ABAP Extract pack

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
uppalapati2003
Participant
Posts: 70
Joined: Thu Nov 09, 2006 2:14 am

Extracting two records From ABAP Extract pack

Post by uppalapati2003 »

Hi ,

Extracting two records From ABAP Extract pack, we are Storing that data in to Hash File(For Reference Purpose), getting some problem with this process...


ABAp Table Records are like this manner:

cust id controllongArea Company Code

200 1000 1003
200 1000 1000


But in Hash file duplicates are eliminating by giving Key value.

Data is coming like this manner:

cust id controllongArea Company Code

200 1000 1003

If we are passing data in to Sequential file, it is showing like this manner:
cust id controllongArea Company Code

200 1000 1000
200 1000 1003
Please suggest me how to approach this...
[/b]
Srini
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Have no idea how you are planning on using this hashed file, but try making all three fields as Keys to minimize duplicate removal.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply