What can cause a S878 or S80A-10 abend calling DFSORT from my program?
search cancel

What can cause a S878 or S80A-10 abend calling DFSORT from my program?

book

Article ID: 32055

calendar_today

Updated On:

Products

Vision:Sixty

Issue/Introduction

Symptom:
  Application that previously executed successfully fails with s80a and s878
  after upgrading to z/OS 2.1 in user routine that calls DFSORT

 

Environment

Release:
Component: V:60

Resolution

Always refer to the vendor's documentation.
  QW for IBM DFSORT for s878 refers to storage and the s80a refers to passing bad parameter length.
  Either could have been explained by the operating system change. 

  In this case the problem was resolved by adding the following to the program:
   //DFSPARM DD *
    SIZE=MAX
    RESINV=8388608
    /*