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


Passing Parameters When Compiling

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

To pass parameters to a program, enclose the parameters in single quotes and specify them after the name of the data set.

For example, to specify 13, FRIDAY, CAT as parameters to pass to program PROG1, which was written in PLI, enter:
RUN PROG1 '13 FRIDAY CAT' PLI

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014