Passing Parameters when Loading and Executing Load Modules

To load and execute the load module in a partitioned data set and pass it parameters, specify the parameters enclosed in single quotation marks following the data set name.

Example
To pass first as a parameter to the load module in member MYPROG of data set PROGRAM.LOAD, enter:
CALL program(myprog) 'first'
To pass first, second, and third as parameters to member MYPROG, enter:
CALL program(myprog) 'first,second,third'

For more information about the CALL command, see z/OS TSO/E Command Reference.