Start of change

DSNA626I   csect-name THE function-name FUNCTION CALL IS UNSUCCESSFUL, parameter-name=parameter-value, reason

Explanation

A z/OS® C/C++ function or a TSO/E function returned an error when the specified parameter value was passed to the function.

csect-name
The name of the control section that issued the message.
function-name
The name of the z/OS C/C++ or TSO/E function.
parameter-name
The name of the function parameter.
parameter-value
The value of the function parameter.
reason
For z/OS C/C++ functions, reason is the run time error message string that corresponds to the error code errno, followed by the errno2 value. (errno and errno2 are z/OS C/C++ function error code values.)

For TSO/E functions, reason can be one of the following values:

  • If function-name is LISTDSI, reason is the LISTDSI reason code (SYSREASON).
  • If function-name is SYSDSN, reason is the message that is returned by SYSDSN.

System action

Processing terminates.

User response

For z/OS C/C++ functions, see the information about z/OS XL C/C++ run time library functions for descriptions of the error codes and take the appropriate action.

For TSO/E functions, see the information about LISTDSI and SYSDSN for descriptions of the TSO/E function errors and take the appropriate action.

Severity

12 (severe error)

End of change