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 RT220 (↑ RTS Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      RT220
 
  Text:         Attempt to execute more than one SORT or MERGE
                simultaneously
 
  Severity:     Fatal
 
  Explanation:  You have coded your program in such a way that it is
                attempting to execute more than one SORT or MERGE
                operation at the same time.  For example, you may have
                coded a SORT statement in the input or output
                procedure of another SORT statement, an operation that
                is specifically prohibited under the rules of ANSI
                COBOL.
 
  Resolution:   You will have to recode your program to ensure that it
                does not execute more than one SORT or MERGE at any
                one time.
                                    -♦-