z/OS TSO/E User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Passing Parameters when Loading and Executing Load Modules

z/OS TSO/E User's Guide
SA32-0971-00

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.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014