z/OS TSO/E Programming Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Specifying an Entry Point when Loading and Executing Programs - the EP Operand

z/OS TSO/E Programming Guide
SA32-0981-00

To specify an external name for a program's entry point when loading and executing the program, use the EP operand with the entry point name enclosed in parentheses.

For example, to specify START as the external name for the entry point into the program in data set FIFTH.LOAD, enter:
LOADGO FIFTH.LOAD EP(START)

If the entry point of the loaded program is a program object or load module, you must specify this operand.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014