An entry parameter cannot be defined as a data area.
30
Cause . . . . . : A parameter defined in a *ENTRY PLIST or a procedure interface cannot be defined as a data area. The parameter is ignored.
Recovery . . . : Remove the specification defining the parameter as a data structure. Compile again.
Technical description . . . . . . . . : A field or data structure is defined as a data area either using the DTAARA keyword on a definition specification, or using the *DTAARA DEFINE calculation specification.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.