FABH0481E INVALID PARAMETER NUMBER IN CALL

Explanation

The application program issued an HSSR call with an incorrect number of parameters (too few or too many). The HSSR call handler does not support three or more SSAs. The unsupported call is printed in the Trace Output report in the HSSRTRAC data set.

System action

If APISET is 2, HSSR Engine ends abnormally. If APISET is 3, the call and all the succeeding calls to the HSSR PCB are passed to the IMS DL/I call handler to continue the processing instead of ending it abnormally.

User response

If APISET is 2, specify 'APISET 3' in the control statement. If APISET is 3, ignore this message.

The following parameters are required for Assembler and COBOL programs:

  • Call function
  • PCB
  • I/O AREA
  • SSA (optional)

The following parameters are required for PL/I programs:

  • PARM count
  • Call function
  • PCB
  • I/O AREA
  • SSA (optional)