RNF7273

A file and its INFDS are not defined in the same procedure and with the same storage type.

30

Cause . . . . . : If a File Information Data Structure (INFDS) is defined for a file, the data structure and file must both be defined in the same procedure, or must both be defined in the global definitions of the module. The file and data structure must be defined with the same storage type, either static or automatic.

Recovery . . . : Change the definition of the file or the data structure so they are both defined in the same procedure and with the same storage type.