How to fix the Oracle error PGU-30120: missing string attribute for parm string, field string f#string?

In this post, you’ll learn more about the Oracle ErrorPGU-30120: missing string attribute for parm string, field string f#string with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

PGU-30120: missing string attribute for parm string, field string f#string

Reason for the Error PGU-30120: missing string attribute for parm string, field string f#string

Cause: The parameter specifies an aggregate data record for which field with PG DD field id number was being processed, but the field had no relative level attribute . Typical relative level attributes are: nn … COBOL-clauses for IBMVSCOBOLII ‘LEVEL’ attribute Each attribute is stored as a separate row in the PG DD, and the missing attribute’s row may have been deleted from the PG DD.

How to fix the Error PGU-30120: missing string attribute for parm string, field string f#string ?

You can fix this error in Oracle by following the below steps

Action: Check the PG DD to ensure that the failing field has a level attribute assigned.

Tags :

Leave Your Comment