Using the CALL Instruction or a REXX Function Call

About this task

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.


Task Task

Feedback


Timestamp icon Last updated: Tuesday, 7 January 2014


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic/com.ibm.cics.rexx.doc//dfhrx/dfhrx00025.html