The RESET operation cannot be used for an automatic variable that is not initialized.
30
Cause . . . . . : For automatic variables that are not explicitly initialized (by using the INZ keyword on the definition), the RESET operation is not allowed. The specification is ignored.
Recovery . . . : Initialize the variable by specifying the INZ keyword on the definition. Compile again.
Technical description . . . . . . . . : All variables declared in subprocedures are in automatic storage unless the STATIC keyword is specified.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.