Introduction to the mandatory external method body reference clause.
This clause can specify either:
- The keyword EXTERNAL only.
- The keywords EXTERNAL NAME plus an external method name, with optional Parameter Style specification
- NAME external_method_name
- Entry point for the method object. This name must be unique within the SYSUDTLIB database.
- NAME external_string_literal
- A string that specifies the source and object components needed to build the method.
- I¡name_on_server ¡include_name
- Include.
- L¡library_name
- Library.
- O¡name_on_server ¡object_name
- Object.
- S¡name_on_server ¡source_name
- Source.
- C
- The source or object code for the method is stored on the client and the string that follows is the path to its location.
- S
- The source or object code for the method is stored on the server and the string that follows is the path to its location.