Option for warnings about matching -END missing

I think it can be quite useful to have the compiler issue warnings if there is no matching END-.

GNU Cobol has -Wterminator

IBM Enterprise Cobol has RULES ENDPERIOD | NOENDPERIOD

I think I prefer a CLI option, but maybe the RULES is used in some code