$ERR_GBLNF

512

Cannot access named global name

You attempted to reference a global data section or external common that is not defined. This error occurs on entry to a routine that references the global data section or external common. It may also occur if variables defined as common in an external routine (which therefore default to external common) do not have a corresponding global common declaration within the main routine.