Top
NetCOBOL V11.0 ISAPI Subroutines User's Guide
FUJITSU Software

3.1.1 Basic Functions

The basic functions enable you to create Web applications that perform business in response to requests from WWW Browsers.

Table 3.1 ISAPI Subroutines (COBW3_xxxxx)

Function

Subroutine name

Usage

Work environment settings and Web parameter acquisition

COBW3_INIT

Work environment settings of ISAPI Subroutines and acquisition of Web parameters

Operation of Web parameters

COBW3_GET_VALUE

COBW3_GET_VALUE_XX

COBW3_GET_VALUE_NX

COBW3_GET_VALUE_XN

COBW3_GET_VALUE_NN

Search of NAME in the Web parameters and acquisition of associated VALUE

COBW3_CHECK_VALUE

COBW3_CHECK_VALUE_X

COBW3_CHECK_VALUE_N

Search of VALUE in the Web parameters

Output of processing results

COBW3_PUT_HEAD

HTTP Header output

COBW3_PUT_HTML

Output of the Web page for processing result (HTTP Contents)

COBW3_SET_CNV

COBW3_SET_CNV_XX

COBW3_SET_CNV_NX

COBW3_SET_CNV_XN

COBW3_SET_CNV_NN

Registration of converted data in the Web page for processing result

COBW3_DEL_CNV

COBW3_DEL_CNV_X

COBW3_DEL_CNV_N

Deletion of converted data in the Web page for processing result

COBW3_INIT_CNV

Initialization of converted data in the Web page for processing result

Output of processing results

COBW3_SET_REPEAT

COBW3_SET_REPEAT_XX

COBW3_SET_REPEAT_NX

COBW3_SET_REPEAT_XN

COBW3_SET_REPEAT_NN

Registration of repeatedly converted data in the Web page for processing result

COBW3_DEL_REPEAT

COBW3_DEL_REPEAT_X

COBW3_DEL_REPEAT_N

Deletion of repeatedly converted data in the Web page for processing result

COBW3_INIT_REPEAT

Initialization of repeatedly converted data in the Web page for processing result

COBW3_PUT_TEXT

Data output (addition of the line feed code)

System command execution

COBW3_SYSTEM

Execution of the specified system command

Release of ISAPI execution environment resources

COBW3_FREE

Release of resources acquired by the ISAPI Subroutines

Request information acquisition

COBW3_RECEIVE_HEADER

Acquisition of the HTTP header

COBW3_GET_REQUEST
_INFO

Acquisition of information about the requests

COBW3_GET_AUTHORIZE

Acquisition of authentication information

Cookie data operation

COBW3_SET_COOKIE

COBW3_SET_COOKIE_XX

COBW3_SET_COOKIE_NX

COBW3_SET_COOKIE_XN

COBW3_SET_COOKIE_NN

Registration of Cookie data

COBW3_DEL_COOKIE

COBW3_DEL_COOKIE_X

COBW3_DEL_COOKIE_N

Deletion of registered Cookie data

COBW3_INIT_COOKIE

Initialization of registered Cookie data

COBW3_GET_COOKIE

COBW3_GET_COOKIE_XX

COBW3_GET_COOKIE_NX

COBW3_GET_COOKIE_XN

COBW3_GET_COOKIE_NN

Acquisition of Cookie data from Web parameters