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


OL: Only-loadable option

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

The only-loadable option lets you specify that a module can only be brought into virtual storage using a LOAD macro instruction.

A module with the only-loadable attribute must be entered with a branch instruction or a CALL macro instruction. If an attempt is made to enter the module with a LINK, XCTL, or ATTACH macro instruction, the program making the attempt is terminated abnormally by the control program. (See z/OS MVS Programming: Assembler Services Guide for information on the LINK, XCTL, and ATTACH macro instructions.)

You specify the only-loadable option in the PARM field as follows:

{OL | OL=NO | NOOL}

OL=NO is the default value and can also be specified with the keyword NOOL.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014