  Details of LINKER BRRANGE Error? 
 The Question is:
 
What does the error message %LINK-E-BRRANGE mean?
 
 The Answer is:
 
  The %LINK-E-BRRANGE, branch to psect offset is not in range error
  indicates that the OpenVMS LINKER detected object code that attempted
  to include a branch to a specified offset within a specified program
  section (psect), and it missed -- the reference was not a global branch
  (etir$c_sto_br_gbl) and the branch was either too big to deal with or
  the branch target offset was outside the target image section.
 
