PARAMCOUNTCHECK

Enables the program to be called with fewer parameters than are specified in the relevant entry point's USING clause.

Syntax:
>>-.---.-.----.--PARAMCOUNTCHECK-----------><
   +-/-+ +-NO-+
Parameters:

None

Properties:
Default: PARAMCOUNTCHECK
Phase: Generate
$SET: Initial
Comments:

You must use this directive if any of the following apply:

Otherwise the program can be compiled with NOPARAMCOUNTCHECK for efficiency. A program to be called from a language other than COBOL must be compiled with NOPARAMCOUNTCHECK.

See Also: