Enables the program to be called with fewer parameters than are specified in the relevant entry point's USING clause.
Note: This directive is supported for native COBOL only.
Syntax:
>>-.---.-.----.--PARAMCOUNTCHECK-----------><
+-/-+ +-NO-+
Properties:
Default:
|
PARAMCOUNTCHECK
|
Phase:
|
Generate
|
$SET:
|
Initial
|
Dependencies:
DIALECT"RM" sets PARAMCOUNTCHECK immediately.
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.