An array index is missing following a comma.
20
Cause . . . . . : The entry contains a left parenthesis followed by one or more array indexes each of which is followed by a comma. No array index is specified after the last comma. The last comma and any following data are replaced by a right parenthesis.
Recovery . . . : Specify an array index and a right parenthesis following the last comma, or replace the last comma and any following data with a right parenthesis. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.