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

3.6.1 COBW3_SYSTEM

This subroutine executes an arbitrary system command from a Web application.

Format

CALL "COBW3_SYSTEM" USING COBW3.

Data setting at calling

COBW3-SYSTEMINFO

Specify a target system command and its parameters.

Processing result data

None

Note

A third person may enter the system improperly and destroy the system. To prevent this, do not design COBOL programs that allow a command to be directly entered and executed from a client (WWW browser) by using COBW3_SYSTEM.