The STATIC option controls whether INTERNAL STATIC variables are retained in the object module even if unreferenced.
.-SHORT-. >>-STATIC--(--+-FULL--+--)-------------------------------------><
If INTERNAL STATIC variables are used as "eyecatchers", you should specify the STATIC(FULL) option to insure that they will be in the generated object module.