Suppressing COBOL compiler warning messages

If you set TERM=YES (TERM) as a default COBOL compiler option, add an allocation for HFMTERM DD to your TSO logon procedure,
//HFMTERM DD DUMMY
This will suppress unnecessary compiler warning messages.