Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

7.28.1 DEF_MTH_EX Parameters

ENTRYPOINT

MODULE

NAME


Anchor
NAME
NAME
NAME

The name of the external method as used within RDML

Anchor
MODULE
MODULE
MODULE

Specifies the name of the external object (program or service program on IBM i) which is to be executed. This parameter is a qualified name. If required, the library in which the external object resides can also be specified. If no library is specified, library *LIBL is assumed which indicates the execution time library list of the job should be searched to find the program or service program.

...

Portability Considerations

The DEF_MTH_EX command is only supported in RDMLX on IBM i. An error will occur at execution time if run on any other platform. Code using this facility can be conditioned so that it is only executed on this platform.

Anchor
ENTRYPOINT
ENTRYPOINT
ENTRYPOINT

Specifies the entry point for the DEF_MTH_EX execution.

...