FreeCommon statement

Clears the shared area of memory established by Common. The specified common block must exist when FreeCommon is called.

FreeCommon name

The FreeCommon statement has the following parameters.

ParameterDescription
nameA name of existing labeled common.
Common /MYGROUP/ MYVAR1@, MYVAR2@
* Process that uses MYVAR1@, MYVAR2@
FreeCommon "MYGROUP"
Label_Name = "MYGROUP"
Common //Label_Name// MYVAR1@, MYVAR2@
* Process that uses MYVAR1@, MYVAR2@
FreeCommon label_name
 

 
  • guides/programming/programmers_reference_manual/freecommon.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1