Product SiteDocumentation Site

8.5. SysAddRexxMacro


>>-SysAddRexxMacro(name,file-+--------+-)----------------------><
                             +-,order-+

Adds a routine to the Rexx macrospace. SysAddRexxMacro returns the RexxAddMacro return code.
Parameters:
name
The name of the function added to the macrospace.
file
The file containing the Rexx program.
order
The macrospace search order. The order can be "B" (Before) or "A" (After).