DB017E

Last updated

  • Changed in 2022.
  • Added for PUT03.

Program

Displayed on the console and in the dump.

Error message

fileid PFA pfaddr rcc CFA cfaddr A CURRENT LREC MUST BE LOCATED BEFORE THAT LREC CAN BE RETAINED.

Where

fileid
The file identifier (ID).
pfaddr
The prime file address.
rcc
The record code check.
cfaddr
The current file address.

Explanation

An application program issued the DBRET macro or the dfret function before the DBRED macro or dfred function was issued successfully.

System action

The entry control block (ECB) exits.

User response

Ensure that the macro or function calls are issued in the required sequence in the application program.