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 RT121 (↑ RTS Messages)
◄Key► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
Message: RT121
Text: Symbol is not in TEXT section
Severity: Fatal
Explanation: You have attempted to call a subprogram that is not an
executable program.
Alternatively, you have used the same name for a called
program as for a previously defined data item.
Resolution: Check that the subprogram being called is an
executable one. If required, correct the subprogram's
name in the calling program and resubmit it to your
COBOL system.
Once your program has terminated, recode it to remove the
naming duplication. Resubmit your program to your COBOL
system.
-♦-