| Note: Usage options |
The MTHROUTINE command is used to define a user-defined method. A method instructs the component to do something.
The method routine can optionally receive input parameters. For more information refer to the description of 7.33 DEFINE_MAP.
The MTHROUTINE must have a matching ENDROUTINE command. A method is executed using the INVOKE command.
Required MTHROUTINE ---- NAME --------Routine Name -------------------------> ------------------------------------------------------------------------------ Optional >-- DESC --------- Description ------------------------------> >-- OPTIONS ---- *REDEFINE/*FINAL/*ABSTRACT------------> >-- ACCESS ----- *PUBLIC/*PROTECT/*PRIVATE/*DEFAULT---> >-- HELP ---------- Help text----------------------------------| |