Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

PGU-30123

level limit: level string field string can't follow level string

Cause

PGAU was processing nested records when the next field at at level levN, identified by <fld#>, occurred after fields at current level levC. Additional fields at intermediate levels should have preceded this field. This error happens when special fields such as COBOL RENAMES (at LEVEL 66) appear next after the level 01 definition.


Action

Correct the data record definition to place the special fields in theire proper sequece, and/or insert fields being modified ahead of the special modifying field.