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 020 (↑ Code Generation Messages)
◄Key► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
Message: 020
Text: Params outside first 64K of working-storage 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: Use the REF directive to find out where your
parameters are in the Data Division. If your parameters
are beyond the first 64K of your Data Division, you must
alter your source code so that parameters are within the
first 64K.
-♦-