Parameters Examples Error messages |
The Export a Program Symbol (EXPORT) binder definition statement defines an export in a service program export block.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
SYMBOL | Exported symbol name | Character value | Required, Positional 1 |
Top |
Specifies the symbol to be exported. The symbol can be enclosed in apostrophes, quotation marks, or expressed without the delimiting marks.
This is a required parameter.
Top |
EXPORT SYMBOL('ExtVar2')
This binder definition statement defines ExtVar2 as an exported symbol in a service program export block.
Top |
None
Top |