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

3.6.1 COBW3_SYSTEM

This subroutine executes any system command from a Web application.

How to write

CALL "COBW3_SYSTEM" USING COBW3.

Data setting for calling

COBW3-SYSTEMINFO

Set the system command to be executed and its parameters.

Processing result data

None

Note

Since there is always a danger of illegal intrusion into the system and system damage by an outsider, avoid using a design so that system commands can be executed directly from the client (WWW Browser), such as executing command characters input from the WWW Browser as they are in COBW3_SYSTEM.