You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

7.57 EXECUTE

The EXECUTE command is used to execute a subroutine defined within a function and optionally pass parameters to it.

When the subroutine has completed execution control is passed to the command following the EXECUTE command.

Also See

7.57.1 EXECUTE Parameters

7.57.2 EXECUTE Examples

7.49 ENDROUTINE

7.121 SUBROUTINE

EVTROUTINE

MTHROUTINE

PTYROUTINE

                                                        Required

  EXECUTE ------ SUBROUTINE --- subroutine name ---------------->
 -----------------------------------------------------------------
                                                         Optional

             >-- WITH_PARMS --- list of parameters -------------|
                              | expandable group expression |
                               ---------- 50 max -----------
  • No labels