Call to output link returned numeric error code: -100

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
msauhta
Premium Member
Premium Member
Posts: 9
Joined: Fri Dec 22, 2006 3:40 pm

Call to output link returned numeric error code: -100

Post by msauhta »

Hi,

When i try to run the job with a sorter i get an error saying that
"Error in merging files
At row 1, link "Sort_out"
Call to output link returned numeric error code: -100"

Plz let me know if anyone has the solution for this
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Welcome Aboard :)
I think you are running into some sort of limitation, temp space maybe. How many records are you trying to sort? Cut that in half, do you still get this error, if yes, cut it further down and see if the problem still persists.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

At row #1 it's unlikely to be a space issue. Code -100 is often used to signal "end of data". Are you trying to sort an empty file?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

ray.wurlod wrote:At row #1 it's unlikely to be a space issue. Code -100 is often used to signal "end of data". Are you trying to sort an empty file?
Didnt pay attention to that, opsi :oops:
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply