z/OS DFSORT Messages, Codes and Diagnosis Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


ICE290A

z/OS DFSORT Messages, Codes and Diagnosis Guide
SC23-6879-00

ICE290A
INVALID 64-BIT INVOCATION PARAMETER LIST - REASON CODE IS rsn

Explanation

Critical. The invocation parameter list passed to DFSORT using ATTACH, LINK or XCTL contained the eyecatcher C’PL64SORT”, identifying it as a 64-bit invocation parameter list. However, an error was found in this parameter list.

rsn is the reason code associated with the error. The reason code helps you determine the specific cause of the error. Reason code values (rsn) are as follows:
  1. More than one AMODE flag was set for a single exit in the 64-bit invocation parameter list. For example, the AMODE 64 and AMODE 31 flags were set for an E35 exit.
  2. The AMODE flag set for an exit in the 64-bit invocation parameter list does not correspond to the actual AMODE used by that exit. For example, the AMODE 64 flag was set for an E35 exit, but the E35 exit uses AMODE 31.
  3. Zeros were not present in the 64-bit invocation parameter list where required. For example, a reserved field was not set to zeros, or the high order word of an address was not set to zeros.

System action

The program terminates.

Programmer response

Take the action for the indicated reason code value (rsn) as follows:
  1. Ensure that only one AMODE flag is set for each exit in the 64-bit invocation parameter list.
  2. Ensure that the AMODE flag set in the 64-bit invocation parameter list for each exit corresponds to the AMODE actually used for that exit.
  3. Ensure that zeros are present everywhere they are required in the 64-bit invocation parameter list.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014