Full Screen Mode changes with Enterprise COBOL Version 5 and Version 6

These changes apply to the Full Screen Mode commands and functions.

The following commands are different between Enterprise COBOL V5 and V6 programs and those of previous compilers:
  • PANEL LISTINGS and PANEL SOURCES. Both commands show the program name.
  • SET DEFAULT LISTINGS. The source listing information is embedded in the object for COBOL V5 and V6 programs.
  • SET DYNDEBUG OFF. COBOL V5 and V6 compiler does not support compiled-in hooks. You must have SET DYNDEBUG ON if you want to step or set breakpoints in a COBOL V5 or V6 program.
  • SET LIST BY SUBSCRIPT. With COBOL V5 and V6 programs, Debug Tool displays arrays as if LIST BY SUBSCRIPT ON is always enabled. With Enterprise COBOL V4 programs, the default display on an array was SET LIST BY SUBSCRIPT OFF.
  • SET PROGRAMMING LANGUAGE. The programming language for COBOL V5 and V6 is COBOL.
  • SET SOURCE. The source listing information is embedded in the object. An error message is displayed when you issue this command for a COBOL V5 or V6 program.