Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== FreeCommon statement ====== ==== Description ==== Clears the shared area of memory established by Common. The specified common block must exist when FreeCommon is called. ==== Syntax ==== **FreeCommon** //name// ==== Parameters ==== The FreeCommon statement has the following parameters. ^Parameter^Description^ |//name//|A name of existing labeled common.\\ || ==== See Also ==== [[common|Common]] ==== Example ==== <code> 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 </code> guides/programming/programmers_reference_manual/freecommon.txt Last modified: 2024/06/19 20:20by 127.0.0.1