cobol2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
DEFAULTCALLS Details (↑ Choosing Run-time Behavior)
 Key Summary                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     DEFAULTCALLS without the optional argument 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 (see
     your Language Reference). See your User Guide for a list of
     available calling conventions.
                                    -♦-