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


STRIPCL: Remove class option

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

The STRIPCL option allows you to remove unneeded classes from a program object or load module. For a class to be eligible for removal, in addition to having the "removable" attribute:
  • It must not be a binder-owned class (those whose name start with "B_")
  • It must not contain any RLD entries

{STRIPCL=YES | NO}

STRIPCL=YES
Specifies that all classes with removable class attribute are to be removed. The removable attribute may be specified in GOFF files passed to the binder, and is preserved in the program object, associated with particular classes. The normal usage of this is expected to be for classes composed of debug data.

If STRIPCL is specified without a value, it is treated as STRIPCL=YES.

STRIPCL=NO
Is the default value and specifies that classes with the removable class attribute are to be retained.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014