EXPORTALL

EXPORTALL affects whether the compiler automatically exports certain symbols when the object deck is link-edited to form a DLL.

Syntax

Read syntax diagramSkip visual syntax diagramEXPORTALL=*NOYES
Default
EXPORTALL=NO
YES
Automatically exports the program-name and alternate entry-point names when the object deck is link-edited to form a DLL.

Specification of EXPORTALL requires that the DLL, RENT, and NODYNAM options are also used.

NO
Does not export any symbols.