EXPORT

Export all CSECT names and entry names so that COBOL modules can call them at run time (using LOAD and BALR instructions).
Restriction: This topic applies to Windows environments only.

Syntax:

[NO]EXPORT

Properties:

Default: EXPORT

Build Settings:

Type directly into the Additional Directives field on the Linker tab of your project properties Assembler page.

Comments:

Specify NOEXPORT if there are names in statically linked modules that match names in dynamically linked modules, and the dynamically linked modules are to be executed. When NOEXPORT is specified, only entry names specified on ALIAS link file commands are exported.