View sort messages when VISION:Inquiry issues IXX0439 or IXX0855 errors.
search cancel

View sort messages when VISION:Inquiry issues IXX0439 or IXX0855 errors.

book

Article ID: 28798

calendar_today

Updated On:

Products

Vision:Inquiry

Issue/Introduction

How do you view the sort message descriptions? 






 

Resolution

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.