Skip to main content

Displaying Compiler Directives to the Screen

  • February 15, 2013
  • 0 replies
  • 0 views

Problem:

Displaying Compiler Directives to the Screen

Resolution:

When compiling a COBOL program, compiler directives will be displayed on the screen when specifying the CONFIRM  compiler directive.  The syntax is as follows:

    cob -C CONFIRM . . . .  program-name.cbl

Old KB# 2002