ContentsIndexPreviousNext

Using C only - no COBOL

If you build your interface entirely in C, then you have complete flexibility in how the interface will work. In this case, you will either want to run the runtime system with the "-b" command-line option, or set the configuration variable "NO-CONSOLE" to "1". When you do this, the runtime won't create its own application window. Instead, your C code must build its own window. When you take this approach, you may not use ACCEPT or DISPLAY verbs in your COBOL program (except for those that don't interact with the screen or keyboard). This approach also works well with a user interface created by a code-generating tool.