bdfm1m0b | Messages (System Error, Online, Offline) and Master Glossary |
Program: Displayed on the console and in the dump.
Error Message: None.
Explanation: During ALCS recoup processing, one of the following conditions occurred:
System Action: The entry control block (ECB) exits.
User Response: Ensure that the TPFDF DBDEFs are coded correctly for ALCS recoup processing.
Program: Displayed on the console and in the dump.
Error Message: None.
Explanation: The segment ARD2 was called with an incorrect case number. This error indicates an incorrect condition during ALCS recoup user exit processing.
System Action: The entry control block (ECB) exits.
User Response: Examine the dump to determine why an incorrect case number was passed to segment ARD2.
Program: Displayed on the console and in the dump.
Error Message: FILE ERROR IN BTREE NODES
Explanation: The B+Tree base code could not write nodes out to DASD.
System Action: Control returns to the application program with bit 0 of SW00RTN set to 1, which indicates an I/O error. In addition, bit 4 of SW00RT2 is set to 1, which indicates a B+Tree error.
User Response: Examine the dump to determine why the error occurred.
Error Message: FIND ERROR IN BTREE NODES
Explanation: The B+Tree base code could not read nodes from DASD.
System Action: Control returns to the application program with bit 0 of SW00RTN set to 1, which indicates an I/O error. In addition, bit 4 of SW00RT2 is set to 1, which indicates a B+Tree error.
User Response: Examine the dump to determine why the error occurred. This error may indicate that the nodes have been corrupted.
Error Message: GETFC ERROR IN BTREE NODES
Explanation: The B+Tree base code could not acquire a new pool file address.
System Action: Control returns to the application program with bit 0 of SW00RTN set to 1, which indicates an I/O error. In addition, bit 4 of SW00RT2 is set to 1, which indicates a B+Tree error.
User Response: Examine the dump to determine why the error occurred.
Error Message: KEY NOT FOUND IN BTREE NODES
Explanation: The B+Tree nodes contain inconsistent data.
System Action: Control returns to the application program with bit 0 of SW00RTN set to 1, which indicates an I/O error. In addition, bit 4 of SW00RT2 is set to 1, which indicates a B+Tree error.
User Response: Use the ZUDFM OAP command to re-create and pack the nodes.
See TPFDF Utilities for more information about the ZUDFM OAP command.
Program: Displayed on the console and in the dump.
Error Message: MAXIMUM BUFFER ALLOTMENT EXCEEDED
Explanation: Too many nodes were accessed without issuing a DBCLS macro.
System Action: The entry control block (ECB) exits.
User Response: Do one of the following:
Program: Displayed on the console and in the dump.
Error Message: MAXIMUM DETAC ALLOTMENT EXCEEDED
Explanation: Too many data blocks were accessed without issuing a DBCLS macro.
System Action: The entry control block (ECB) exits.
User Response: Change the application program to issue a DBCLS macro more often.
Program: Displayed on the console and in the dump.
Error Message: KEY SIZE TOO LARGE
Explanation: Each B+Tree node block must be large enough to contain at least 4 technical logical records (TLRECs). This error occurs if the size of the keys is too large or the size of the node is too small to allow 4 TLRECs to fit in the node.
System Action: The entry control block (ECB) exits.
User Response: Do one of the following:
Program: Displayed on the console and in the dump.
Error Message: INVALID PARSED OPCODE
Explanation: The TPFDF product detected an operation code that is not valid. This can be caused by a key list that is set up incorrectly.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: INVALID PARSED BRANCH OPCODE
Explanation: The TPFDF product found an unexpected branch operation code. This can be caused by a key list that is set up incorrectly.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: BTREE STORAGE ALLOCATION ERROR
Explanation: During B+Tree processing the TPFDF product was not able to allocate work area storage.
System Action: The entry control block (ECB) exits.
User Response: Examine the dump to determine why the TPFDF product was unable to allocate work area storage during B+Tree processing.
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dfadd function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dfadr function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dfckp function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dfcls function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: None.
Explanation: This error occurs when you use the dfcls function and the subfile contains a reference name with less than 8 bytes.
System Action: Processing of the dfcls function continues, but unpredictable results can occur.
User Response: Update the application program to use an 8-byte reference name with the dfcls function.
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dfcpy function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dfcre function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dfdel function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dfdix function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dfdsp function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: INVALID ACTION SPECIFIED IN DFFRL FUNCTION
Explanation: This error occurs when a dffrl function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: DFFRL FUNCTION OBSOLETE - PLEASE REMOVE
Explanation: The dffrl function is issued, but it is obsolete.
System Action: Control is returned to the application program.
User Response: Remove the dffrl function from the application program.
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dfidx function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: INVALID ACTION SPECIFIED IN DFIFB FUNCTION
Explanation: This error occurs when a dfifb function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: None.
Explanation: This error occurs when you use the dfifb function and the subfile contains a reference name with less than 8 bytes.
System Action: Processing of the dfifb function continues but unpredictable results can occur.
User Response: Update the application program to use an 8-byte reference name with the dfifb function.
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dfkey function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dfmod function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dfmrg function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: INVALID ACTION SPECIFIED IN DFOPN FUNCTION
Explanation: This error occurs when a dfopn function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: None.
Explanation: This error occurs when you use the dfopn function and the subfile contains a reference name with less than 8 bytes.
System Action: Processing of the dfopn function continues but unpredictable results can occur.
User Response: Update the application program to use an 8-byte reference name with the dfopn function.
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dfred function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dfrep function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dfret function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dfrst function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dfspa function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dfsrt function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dftld function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dftlg function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dftrd function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dfuky function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: One of the following:
Explanation: This error occurs when a dfopt function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: INVALID ACTION SPECIFIED IN DFTAB FUNCTION
Explanation: This error occurs when a dftab function is coded with a parameter that is not valid.
System Action: The entry control block (ECB) exits.
User Response: Do the following:
Program: Displayed on the console and in the dump.
Error Message: None.
Explanation: This error occurs when there is a retrieval error in the file address exchange routine.
System Action: Processing of the capture/restore utility, information and statistics environment (CRUISE) function continues.
User Response: Check the corresponding file.
Program: Displayed on the console and in the dump.
Error Message: None.
Explanation: This error occurs when the item size in a data record is not valid.
System Action: Processing of the capture/restore utility, information and statistics environment (CRUISE) function continues.
User Response: Examine the dump and determine why the error occurred.
Program: Displayed on the console and in the dump.
Error Message: None.
Explanation: This error occurs when the common parameter block is not found.
System Action: Processing of the capture/restore utility, information and statistics environment (CRUISE) function ends.
User Response: Examine the dump to determine the common block handling, but do not restart the CRUISE function.
Program: Displayed on the console and in the dump.
Error Message: None.
Explanation: This error occurs when the subitem count or number of subitems is not valid.
System Action: Processing of the capture/restore utility, information and statistics environment (CRUISE) function continues.
User Response: Examine the dump to determine the corresponding file structure.
Program: Displayed on the console and in the dump.
Error Message: None.
Explanation: This error occurs when the dynamic ID displacement exceeds the block size.
System Action: Processing of the capture/restore utility, information and statistics environment (CRUISE) function continues.
User Response: Examine the dump to determine the corresponding database definition (DBDEF), but do not restart the CRUISE function.
Program: Displayed on the console and in the dump.
Error Message: Different messages.
Explanation: This error occurs because of an internal programming error.
System Action: Processing of the capture/restore utility, information and statistics environment (CRUISE) function ends.
User Response: Examine the dump to determine to the dump append message, but do not restart the CRUISE function.
Program: Displayed on the console and in the dump.
Error Message: None.
Explanation: This error occurs because of an internal programming error.
System Action: Processing of the capture/restore utility, information and statistics environment (CRUISE) function ends.
User Response: Report the problem to your IBM service representative.
Program: Displayed on the console and in the dump.
Error Message: None.
Explanation: This error occurs because the capture/restore utility, information and statistics environment (CRUISE) was unable to retrieve the BXAX capture and restore keypoint during selective restore processing.
System Action: Processing of the CRUISE function ends.
User Response: Report the problem to your IBM service representative.
Program: Displayed on the console and in the dump.
Error Message: None.
Explanation: The help text contained in the program that issued the system error has exceeded the maximum block size.
System Action: The help text is ignored.
User Response: Report the problem to your IBM service representative.