RNF3343
The parameter for keyword DTAARA is not valid; keyword is ignored.
20
Cause . . . . . : In a free-form statement
- If a data structure is being defined, the DTAARA keyword can have
zero to three parameters. You can specify *AUTO or *USRCTL or both,
and then you can specify the name.
- If a standalone field or subfield is being defined, the DTAARA
keyword can have zero or one parameters. The parameter is the name of
the data area.
- The name parameter must be the name of a character variable or
named constant, a character literal, or one of the special words *LDA
or *PDA.
In a fixed-form statement
- The first parameter must be either a valid name, a character
literal, or one of the special words *LDA, *PDA or *VAR.
- If the first parameter is *VAR, the second parameter must be the
name of a character variable or named constant.
Recovery . . . : Correct the parameter for keyword DTAARA.
Compile again.