Micro Focus Visual COBOL 2.3 Update 1 for Eclipse (UNIX)
>
General Reference
>
Restrictions, Compiler Limits, and System Limits
>
USING Phrase Parameters
Number of Parameters in a USING Phrase
The following maximum numbers of parameters are permitted in each type of USING phrase:
Statement with USING Phrase
Maximum Parameters
CALL statement
65535
PROCEDURE DIVISION header
65535
ENTRY statement
65535
CALL prototype
40
Parent topic:
Restrictions, Compiler Limits, and System Limits
Related reference
The PROCEDURE DIVISION Header
The CALL Statement
The ENTRY Statement
The MERGE Statement
The SET Statement
The SORT Statement
The USE Statement
The XML PARSE Statement
Related information
Mixed Language Programming
Passing Parameters to a Called Program
Optimizing Parameter Handling