The sequence of the array does not match the sequence specified on the prototype.
20
Cause . . . . . : The parameter definitions for the prototype and the procedure interface must both specify the same array sequence: ascending, descending or none. The array sequence defaults to that specified on the prototype.
Recovery . . . : Ensure that the specification of the ASCEND and DESCEND keywords is the same on the parameter definition for the prototype and the procedure interface. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.