Error handling should be defined on file operations to ensure correct processing of program failures rather than defaulting to an abnormal program end. This rule checks two things:
* ``++INFSR++`` error handling is defined on file operations.
* error handling is delegated to an appropriately named routine.