Start of change

DSNT017I   DSNTXAZP AN ERROR WAS ENCOUNTERED DURING PROCESSING, ERROR = error-text

Explanation

The program encountered an error during processing.

error-text
Additional information about the error. Expected values include:
  • THE DB2 VERSION AND THE VERSION OF THE CLIST INPUT MEMBER ARE NOT THE SAME
  • THE DB2 VERSION AND THE VERSION OF DSNTXAZP ARE NOT THE SAME
  • FAILED TO CONNECT TO DB2
  • DSNWLI CALL FAILED, IFCARC1=ifcarc1, IFCARC2=ifcarc2, IFCABNM=ifcabnm, IFCAGRSN=ifcagrsn, IFCAGBNM=ifcagbnm
  • RETRIEVE FILE INFO FAILED (diagnostic-text)
  • INVALID ACTION 'action' WAS SPECIFIED
  • UNEXPECTED NUMBER OF PARAMETERS FOUND (ACTUAL=number-found, EXPECTED=number-expected)
  • MAXIMUM LENGTH FOR ACTION IS max-length
  • MAXIMUM LENGTH FOR SSID IS max-length
  • INSUFFICIENT MEMORY AVAILABLE
  • THE INPUT AND OUTPUT DATA SET MEMBER ARE THE SAME
  • VERSION version IS NOT SUPPORTED

Tokens used within the error-text value include:

action
The action that was specified.
diagnostic-text
Diagnostic information for the failure.
number-found
The number of parameters provided.
number-expected
The number of parameters expected.
max-length
The maximum length permitted for the indicated object.
ifcagbnm
A numeric value that indicates the number of bytes that could not fit in the return area.
ifcabnm
A numeric value that indicates the number of bytes that could not fit in the return area.
ifcagrsn
A numeric value that indicates the reason for the failure.
ifcarc1 and ifcarc2
Numeric values that indicate the reason for the failure.
version
The version that was specified.

System action

The program terminates and the CLIST input member is not created.

User response

Use the information provided in the message to identify and resolve the problem.

Severity

12 (severe error)

End of change