DB0105

Last updated

Changed for PUT02.

Program

Displayed on the console and in the dump.

Error message

fileid PFA pfaddr rcc CFA cfaddr

Where

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

Explanation

The sequence of z/TPFDF macro or function calls in the application program is not valid. For example, one of the following macros was called without a preceding DBRED macro:
  • DBADD macro with the AFTER parameter specified
  • DBADD macro with the BEFORE parameter specified
  • DBREP macro.

System action

If the application has specified that return-optional z/TPFDF system errors should return control, control returns to the application program with bit 0 of SW00RTN and bit 7 of SW00RT2 set to 1. Otherwise, the entry control block (ECB) exits.

User response

Correct the sequence of z/TPFDF macro or function calls in the application program.

Related information

For more information about how return-optional z/TPFDF system errors should return control, see z/TPFDF Programming Concepts and Reference.