After applying the following BIGINT PTFs, a S0C7 abend is occurring.
The PTFs for the BIGINT functionality include:
RO78062 and RO77666 for Pan/SQL product
RO73211 and RO73212 for the Easytrieve product
Easytrieve Report Generator, release 11.6
Binary fields should be used instead of packed fields for the DB2 BIGINT defined fields.
Example: Changing
field-name W 16 P
to
field-name W 8 B 0
will resolve the problem.