>>-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).