TRANSFORM
Transfers control to another procedure. Syntax TRANSFORM procedurename [(]expression[)] Parameters procedurename The name of the procedure to which execution control is to be transferred. expression Parameters or macros for procedurename (formatted as when calling the procedure). Comments TRANSFORM transfers execution control to the specified procedure, but does not return control to the calling procedure once…
Leia mais