佔位符

這是設計的; 但是一些 COBOL 程式設計師可能更喜歡正面的清晰度,而不是在條件表示式中使用 NOT(尤其是邏輯錯誤傾向於 var NOT = value OR other-value)。

 if action-flag = "C" or "R" or "U" or "D"
     continue
 else
     display "invalid action-code" upon syserr
     perform report-exception
     exit section
 end-if