Restriction: This directive is supported in native COBOL only.
Enables the program to be called with fewer parameters than are specified in the relevant entry point's USING clause.
>>-.---.-.----.--PARAMCOUNTCHECK----------->< +-/-+ +-NO-+
None
| Default: | PARAMCOUNTCHECK |
| Phase: | Generate |
| $SET: | Initial |
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.