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


FILL: Fill character option

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

The FILL option lets you specify the character to be used to fill uninitialized areas of the program object.

FILL={byte | NONE}

The value byte (two hexadecimal digits) is used to specify a byte value that is used to fill uninitialized areas of the program object. All of the hexadecimal (X'00'-X'FF') values are valid. For example, FILL=81 fills the area with X'81'.

The FILL option has no effect on storage added by the EXPAND statement. It also has no effect on load modules and PM1-format program objects.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014