COBOL Runtime Error Code – 165 Version number incompatibility (Fatal) –
In this post, you’ll learn about the COBOL runtime Error Code 165 and the reason why you are receiving it
COBOL Error Code :
165
Reason for this Error in COBOL
Version number incompatibility (Fatal) -One or more of the run-time support modules is incompatible with the run-time system you are using. The name of the incompatible support module is displayed. Alternately, the run-time system you are using is incompatible with the version of your COBOL system. Either “RTS” or the name of the run-time system file is displayed: coblib.dll (OS/2), coblib.dle (DOS) or coblib.dlw (Windows). -Reinstall the support module, using your installation disks. Reinstall the run-time system file, using your installation disks. If no support module name is displayed, you have done one of the following: -Used intermediate code which has been produced on a version of your COBOL system that is incompatible with the run-time system you are using. Your RTS, therefore, cannot execute correctly any generated code you are producing or have already produced from this intermediate code. -Tried to execute a file which is not your COBOL system’s intermediate or generated code.
Share this:
Popular Stories
-
No popular stories found.
Tags
Recent Stories
-
Enterprise Architecture Fundamentals Bootcamp: What Enterprise Architects Actually Do Day... youtube.com
-
Reusable Architecture Patterns (17 of 20) youtube.com
-
Why AI is Killing the "Comfortable" Architect (And what's next) youtube.com
-
Evolving Solutions Perspective: Modern Network Architecture with Matt Erickson youtube.com
-
Material 3 in .NET MAUI — One Line to Transform... youtube.com
Leave Your Comment