7.91 MTHROUTINE

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.

Also See

7.91.1 MTHROUTINE Parameters

7.91.2 MTHROUTINE Examples

7.49 ENDROUTINE

7.33 DEFINE_MAP


                                                                                                        Required                                                                               

    MTHROUTINE ---- NAME --------Routine Name ------------------------->                                                                                

   ------------------------------------------------------------------------------                                                                            

                                                                                                        Optional                                                                                   

                         >-- DESC --------- Description ------------------------------>                                                                            

                        >-- OPTIONS ---- *REDEFINE/*FINAL/*ABSTRACT------------>                                                                          

                        >-- ACCESS  ----- *PUBLIC/*PROTECT/*PRIVATE/*DEFAULT--->                                                                              

                       >-- HELP ---------- Help text----------------------------------|