How do you view the sort message descriptions?
Add the following to the JCL depending upon your sort product:
For DFSORT:
//DFSPARM DD *
MSGPRT=ALL,LIST
/*
For Synsort:
//$ORTPARM DD *
MSG=AP,BMSG,LIST
/*
Then rerun and resolve the error indicated by the sort messages.