Specifies the default calling convention.
Note: This directive is supported for native COBOL only.
Syntax:
>>-.---.-.-------DEFAULTCALLS--"integer"-.-><
+-/-+ +.----.-DEFAULTCALLS------------+
+-NO-+
Parameters:
integer
|
Default calling convention
|
Properties:
Default:
|
NODEFAULTCALLS
|
Phase:
|
Syntax check
|
$SET:
|
Any
|
Dependencies:
DIALECT"RM" sets DEFAULTCALLS"1024" immediately.
Comments:
DEFAULTCALLS without the optional parameter specifies that the calling convention specified in the PROCEDURE DIVISION USING statement is to be used as the default calling convention.
DEFAULTCALLS"integer" specifies that the calling convention indicated by integer is to be used as the default calling convention.
NODEFAULTCALLS is equivalent to DEFAULTCALLS"0".
Individual CALL statements can override these defaults.