Getting a S0C7 abend after applying BIGINT PTFs.
search cancel

Getting a S0C7 abend after applying BIGINT PTFs.

book

Article ID: 13181

calendar_today

Updated On:

Products

Easytrieve Report Generator

Issue/Introduction

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

Environment

Easytrieve Report Generator, release 11.6

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.