After applying the BIGINT PTFs, I am getting a S0C7 abend. How can I resolve this?
search cancel

After applying the BIGINT PTFs, I am getting a S0C7 abend. How can I resolve this?

book

Article ID: 13181

calendar_today

Updated On:

Products

PanAudit Plus Easytrieve Report Generator PAN/SQL

Issue/Introduction



After applying the BIGINT PTFs, I am getting a S0C7 abend.  How can I resolve this?

Environment

Release: EDBMSU00200-11.6-Easytrieve-Report Generator-Option for DB2-MSU
Component:

Resolution

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.

Additional Information

The PTFs for the BIGINT functionality include:

    RO78062 and RO77666 for CA Pan/SQL product

    RO73211 and RO73212 for the CA Easytrieve product