RNF3318

The local data area has already been defined in the program.

20

Cause . . . . . : The data structure is defined as the local data area. However, the local data area is already defined in this program. A local data area is defined by specifying U in position 23 and blanks in positions 7-21; or specifying keyword DTAARA(*LDA); or specifying blanks in position 7-21 and no parameter for keyword DTAARA. The data-structure-type entry (position 23) defaults to blanks.

Recovery . . . : Specify only one definition of the local data area. Compile again.