z/OS MVS Program Management: User's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


STORENX: Store not-executable module

z/OS MVS Program Management: User's Guide and Reference
SA23-1393-00

Specifies the conditions under which the binder is to store a non-executable program module. The syntax of the STORENX option is as follows:

STORENX={YES | NOREPLACE | NEVER}

STORENX=YES
STORENX
When specified, a new module replaces an existing module of the same name regardless of the executable status of either module. If the NAME statement is provided, the replace option (R) must have been coded. STORENX=YES can also be specified as STORENX.
STORENX=NOREPLACE
STORENX=NO
NOSTORENX
Is the default value and specifies that the binder will not replace an executable module in a program library with a not-executable version. STORENX=NOREPLACE can also be specified as STORENX=NO or NOSTORENX.
STORENX=NEVER
Specifies that the system will prevent the save of a non-executable module even when no module with the same name previously existed in the target library.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014