COBOL Messages


LNC2318

USING argument %1 is not valid. USING argument ignored.

30

Cause . . . . . : In the LINKAGE clause of the special names paragraph, each USING argument must be an unsigned positive integer in the range 1 to %2 for PROGRAM linkage and 1 to %3 for PROCEDURE linkage.

Recovery . . . : Make sure each arguments is an unsigned positive integer in the appropriate range.


[ Top of Page | Previous Page | Next Page | Table of Contents ]