REDEFINE
Syntax
REDEFINE(<old>, <new>, <type>)
Description
Redefines the name of the function (<type> = &A4) or procedure (<type> = &F2) <old> to <new> allowing you to supply your own new subroutine which may call the original by calling <new>.