cobol3.hlp (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.
Message 017 (↑ Code Generation Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      017
 
  Text:         Params in linkage section invalid for call-by-number
 
  Severity:     Recoverable
 
  Explanation:  When using Run-Time System call-by-number routines in
                16-bit environments, you can use parameters only in the
                first 64K of your Data Division, and they must not be in
                the Linkage Section.
 
  Resolution:   You must alter your source code so that parameters
                for Run-Time System call-by-name routines are in the
                first 64K of your Data Division and are not in the
                Linkage Section.
                                    -♦-