This article explains how to examine executables, .int and .gnt files to determine the bitmode used to compile and run.
Problem:
I am installing and configuring a COBOL application on a new server and need to decide whether the default bitmode of the COBOL system should be configured to be 32-bit or 64-bit. How can I examine the existing application (executables, .int and .gnt files) to determine what bitmode it was compiled in and meant to run in?



