TEST—FREEMAIN subcommand operands

integer
specifies the number of decimal bytes of virtual storage to be released.
address
specifies the location of the space to be freed. It must be a multiple of 8 bytes.

Use the LISTMAP subcommand to help locate previously acquired virtual storage.

You can specify address as:
  • An absolute address
  • A symbolic address
  • A relative address
  • An indirect address
  • An address expression
  • A module name and entry name (separated by a period)
  • An entry name (preceded by a period)
SP(integer) | SP(0)
specifies the number of the subpool that contains the space to be freed. If you omit this operand, the default value is subpool zero. The integer must be in the range 0 through 127.