When you call a REXX program using either the CALL instruction or a REXX function call, you can pass up to 20 arguments to the program. Separate each argument from the next with a comma.
For more information about functions and subroutines, see Writing Subroutines and Functions. For more information about arguments, see section Parsing Multiple Strings as Arguments.