cobol3.hlp (Topic list)
Message 0345 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      0345
 
  Text:         USING parameter used twice in parameter list
 
  Explanation:  You have specified the same data item name twice in
                the USING phrase of the Procedure Division header.
                All the names in the USING phrase must be different.
 
  Resolution:   Delete the extra reference.
                                    -♦-