After applying the BIGINT PTFs, I am getting a S0C7 abend. How can I resolve this?
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.
The PTFs for the BIGINT functionality include:
RO78062 and RO77666 for CA Pan/SQL product
RO73211 and RO73212 for the CA Easytrieve product