The binder language allows you to define the list of procedure names and data items that can be exported from a service program. For a full description of the binder language and the binder language commands, refer to the ILE Concepts book.
A signature is generated from the names of procedures and date items and from the order in which they are specified in the binder language. A signature is a value that identifies the interface supported by the service program. You can also explicitly specify the signature with the SIGNATURE parameter in the binder language.
For service programs created from ILE COBOL source programs, the following language elements are module exports that can be included in the export list of the binder language:
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.