Top
NetCOBOL V11.0 Web Development Tools
FUJITSU Software

3.3.3 Other Resources to be Generated

A program for retrieving Web parameters and an input data library are generated when the [Generate a program for retrieving Web parameters] checkbox is selected on the wizard screen. The programs and files generated are the same as those generated by the program generation tool for retrieving Web parameters. See "Generation Rules of Program for Retrieving Web Parameters" for details.

3.3.3.1 Program to Output a Result Page and Output Data Library

A program to output a result page and an output data library are generated when the [Generate a program to output a result page] checkbox is selected on the wizard screen. The programs and files generated are the same as those generated by the program generation tool to output a result page.

See "Generation Rules of Program to Output a Result Page" for details.

Note

The programs (generated by the wizard) for retrieving Web parameters and to output a result page have the same format as those of programs generated by executing [Generate a Program for Retrieving Web Parameters] and [Generate a Program to Output a Result Page] in the default state. When the contents of generation must be specified, execute each function again.

3.3.3.2 Program to Output Error Page and Error Web Page

A program to output an error page and an error HTML page, which are used in error detection in generated application templates.

This program and Web page are generated according to the following rules:

Resource type

Program name

File name

Program to output error page

exe/dll-name-ERRPAGE

exe/dll-name-ERRPAGE.COB

Error HTML page

-

exe/dll-name-ERRPAGE.HTML

When the code system used at application execution is ASCII, the error Web page uses ASCII. When the system used at application execution is Unicode, the error Web page uses UCS-2 or UTF-8 (selected by the wizard).

The program to output an error page is executed by assuming that the error Web page and related application are being stored in the same folder.

3.3.3.3 Templates of Request HTML Page and Result HTML Page

These templates are generated when the [Include in the project a request HTML page] checkbox or [Include in the project a result HTML page] checkbox is checked with [Generate a HTML file] selected.

Resource type

File name

request HTML page

exe/dll-name-INPAGE.HTML

result HTML page

exe/dll-name-OUTPAGE.HTML

When the code system used at application execution is ASCII, the request HTML pages and result HTML page use ASCII. When the code system used at application execution is Unicode, these Web pages use UCS-2 or UTF-8 (selected by the wizard).

3.3.3.4 Module Definition File

A module definition file is generated when the [Generate a module definition file for the ISAPI application] checkbox is selected on the wizard screen.

The module definition file required by the ISAPI application is generated so that "-MODULE.DEF" is specified as the .DLL file name.