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.
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.