


To generate HTML output, your CGI program should use the DISPLAY statement. With ACUCOBOL-GT Version 4.0 or later, the DISPLAY verb constructs HTTP response headers for you automatically and routes them to "stdout". The response header that the DISPLAY verb generates can include a pointer to a URL where response data can be found, or it can be followed by an HTML document. Headers that point to URLs have the content type "location". Headers that include HTML form data have the content type "HTML."
See Also