MEMFREE pointer,SIZE=num-bytes
Deallocate memory previously dynamically allocated. Pointer must point to start the area allocated with MEMALLOC. SIZE should be the same used with MEMALLOC. If you don't use this statement, memory allocated with MEMALLOC is anyway deallocated at the end of the program.
This statement recall the appropiate operating system macro to release the storage previously allocated by the program. If this recall is successfull the Hilmas variable $RCCALL is 0.
Note that actually this statement is not yet implemented for CICS environment.