Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide

Input and output

The linker is designed to link object files with other library files you specify to produce either an executable program file (.EXE) or a dynamic link library (.DLL).

The linker optionally produces a map file, which provides information about the contents of the executable output.

Input
Output
options
executable file (.EXE or .DLL)
object files (*.OBJ)
map file (.MAP)
library files (*.LIB)
return code
module definition file (.DEF)
(Windows)export files (*.EXP)
(Windows)resource files (*.RES)
Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide