This subroutine executes any system command from a Web application.
How to write
CALL "COBW3_SYSTEM" USING COBW3.
Data setting for calling
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.