Image: Difference between revisions

From VSI OpenVMS Wiki
Jump to navigation Jump to search
Created page with "An '''image''' is an executable file containing binary code and data that a computer can execute without parsing. Images are built by linker programs from object mo..."
(No difference)

Revision as of 14:23, 3 December 2019

An image is an executable file containing binary code and data that a computer can execute without parsing. Images are built by linker programs from object modules produced by a compiler. An image stored as an .EXE file can be executed with the RUN or MCR command. Some DCL commands invoke images.