When running a DBUTLTY REPORT=RXX to list data from Datacom Recovery file (RXX), sometimes an element name that is not actually defined on the involved table appears.
This is not an error, as -#ttt is a dynamically generated element name created by Dataquery (DQL and SQL, batch and online) and SQL (Datacom Server, DBSQLPR, compiled programs) that will span the entire record.
The element name has the format -#ttt (an hyphen followed by an hash and then three alphanumeric characters), where ttt is the table identifier (e.g. -#PMF for PMF table, -#A01 for A01 table).