Parameters Examples Error messages |
The Start Program Export List (STRPGMEXP) binder definition statement starts a list of exports in a service program export block.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
PGMLVL | Program level | *CURRENT, *PRV | Optional, Positional 1 |
LVLCHK | Signature level check | *YES, *NO | Optional, Positional 2 |
SIGNATURE | Signature | Character value, *GEN | Optional, Positional 3 |
Top |
Specifies the service program level for this export block.
Top |
Specifies whether a level check is performed on the export block.
Top |
Specifies the signature for the export block.
Top |
STRPGMEXP PGMLVL(*CURRENT) LVLCHK(*YES) SIGNATURE(*GEN)
This binder definition statement marks the beginning of a list of exported variables or procedures for a service program. This service program export block contains exports for the current service program. Level checking will be performed using a signature generated by the operating system.
Top |
None
Top |