This subroutine executes an arbitrary system command from a Web application.
Format
CALL "COBW3_SYSTEM" USING COBW3.
Data setting at calling
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.