GFUICPSC – Scan a Compressed Format Page

The component identifier is RSN_ICPSC. The module ID halfword is X'5B83'.

The global reason codes:

Value Description
  • RSN_ICPSC +
  • IMF_Found_Greater_Than (X'A413')
RSN_ICPSC_Found_Greater

IMF found the key that is greater than the input key.

Probable cause: Most of the time, this is not an error case. If there is an abend, then IMF did not find what the caller expects.

Action: Collect the dump information and contact IBM® Support.

  • RSN_ICPSC +
  • IMF_Found_Equal (X'A411')
RSN_ICPSC_Found_Equal

The key is found in the index page.

Probable cause: Caller needs to know this reason code to determine what to do. This might not be an error case.

Action: Collect the dump information and contact IBM Support.

  • RSN_ICPSC +
  • IMF_Not_Found (X'A414')
RSN_ICPSC_Not_Found

IMF did not find the key.

Probable cause: Caller needs to know this reason code to determine what to do. This might not be an error case.

Action: Collect the dump information and contact IBM Support.

  • RSN_ICPSC +
  • IMF_Try_Previous (X'A41B')
RSN_ICPSC_Try_Prev

IMF did not find the key in the current page. The key might be found in the previous page.

Probable cause: Caller needs to know this reason code to determine what to do. This might not be an error case.

Action: Collect the dump information and contact IBM Support.

  • RSN_ICPSC +
  • IMF_Try_Next (X'A41C')
RSN_ICPSC_Try_Next

IMF did not find the key in the current page. The key might be found in the next page.

Probable cause: Caller needs to know this reason code to determine what to do. This might not be an error case.

Action: Collect the dump information and contact IBM Support.

  • RSN_ICPSC +
  • IMF_Found_Less_Than (X'A412')
RSN_ICPSC_Found_LT

IMF found a key that is less than the input key.

Probable cause: Caller needs to know this reason code to determine what to do. This might not be an error case.

Action: Collect the dump information and contact IBM Support.

  • RSN_ICPSC +
  • IMF_Found_Greater_Than (X'A413')
RSN_ICPSC_Found_GT

IMF found a key that is greater than the input key.

Probable cause: Caller needs to know this reason code to determine what to do. This might not be an error case.

Action: Collect the dump information and contact IBM Support.

  • RSN_ICPSC +
  • IMF_Unx_Record_Type (X'A074')
RSN_ICPSC_Unexpected_Record_Type

The record format is wrong.

Probable cause: The index page might be corrupted.

Action: Collect the dump information and contact IBM Support.

  • RSN_ICPSC +
  • IMF_At_End_Of_Page (X'A419')
RSN_ICPSC_Page_End

IMF search hit the end of the index page.

Probable cause: Caller needs to know this reason code to determine what to do. This might not be an error case.

Action: Collect the dump information and contact IBM Support.

  • RSN_ICPSC +
  • IMF_FeedBack_Full (X'A418')
RSN_ICPSC_Fdbk_Full

The feedback area that was passed in is full.

Probable cause: Caller needs to know this reason code to determine what to do. This might not be an error case.

Action: Collect the dump information and contact IBM Support.

The local reason codes:

Value Description
RSN_ICPSC + X'100' RSN_ICPSC_Unexpected_Record_Length

The record length is 0, which should never happen.

Probable cause: The record is a corrupted record or the index page is corrupted.

Action: Collect the dump information and contact IBM Support.