The initial value for a pointer field is not valid.
20
Cause . . . . . : A basing-pointer field in static storage cannot be initialized with a non-constant address. Fields with a non-constant address are:
The initial value for the field is ignored.
Recovery . . . : Change the initial value of the basing pointer. Compile again.
Technical description . . . . . . . . : All fields defined in the main procedure are in static storage. Fields in subprocedures are in automatic storage unless the STATIC keyword is used on the definition of the field.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.