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 RT167 (↑ RTS Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      RT167
 
  Text:         Too many USING items
 
  Severity:     Fatal
 
  Explanation:  The list of items which you have supplied in a
                CALL....USING statement is longer than the run-time
                system can handle.
 
  Resolution:   Once your program has terminated recode it with group
                items rather than elementary items before rerunning
                it.
                                    -♦-