HLASM Programmer's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Running your assembled program on TSO

HLASM Programmer's Guide
SC26-4941-06

You use the CALL command to run your program on TSO, as follows:
CALL 'JRL.LIB.LOAD(PROGRAM1)'
If you omit the descriptive qualifier (LOAD) and the member name (PROGRAM1), the system assumes LOAD and TEMPNAME. If your program module is in the data set JRL.LIB.LOAD(TEMPNAME), and your TSO userid is JRL, enter:
CALL LIB

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014