Show hexadecimal offsets in Endevor COBOL compile listing
search cancel

Show hexadecimal offsets in Endevor COBOL compile listing

book

Article ID: 274553

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

The application team reported that they are unable to find the hexadecimal offset in a compiled COBOL program listing.
What parameter or option in an Endevor processor group can be updated to turn it on?

Environment

Release: All supported Releases

Cause

The required compile listing is not generated by a Processor group parameter but rather is related to a COBOL compiler option.

Resolution

Using the OFFSET option in the COBOL compiler PARM list will generate a listing that contains the required hexadecimal offset data.
References:
EndevorĀ® 19.0 > Administrating > Processors > Sample Processors
Enterprise COBOL for z/OS > 6.3 > Enterprise COBOL compiler options
Enterprise COBOL for z/OS > 6.3 > Example: OFFSET compiler output
Enterprise COBOL for z/OS > 6.3 > Conflicting compiler options.